Clear list of previously configured interpreters
I just started with PyCharm and I don't understand its relationship to "existing virtual environments". The immediate question i have is how to clear out the list of "previously configured interpreters" that pops up when I create a new project.Many of them are in environments that no longer exist. I also have questions about existing environments. but I'll put those in another thread.
Please sign in to leave a comment.
Hello,
You can get the list of all interpreters, even those assigned to specific projects, from the Settings menu on Welcome screen. File | Close the project, Customize | All settings | Python Interpreter, click on the dropdown list of interpreters, scroll to the bottom, and select Show All. It will open complete interpreters list available for PyCharm. You can remove unnecessary by selecting them and clicking the "-" button.
Alternatively, you can access the same list from another menu: File | New Project Setup | Settings for new project | Python interpreter | Show all.
Thanks for the response. I'll give this a try.