Reputation: 585
I have previously set up several conda environments in PyCharm and made these environments "available to all projects". However, now I'm find that there are too many environments in the drop-down list.
Are there any easy ways to configure these "globally visible" environments and make them visible only to certain projects? It would be a pain to delete the environment and set it up again for each project.
Better still, are there any way to organise these project interpreters eg. put them into folders?
Upvotes: 1
Views: 250
Reputation: 6359
You can "Hide virtual environments associated with other projects" (Pycharm 2018.3) which reduces the size of the list:
Upvotes: 1