matohak
matohak

Reputation: 585

How to hide Pycharm python interpreters

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

Answers (1)

Felix
Felix

Reputation: 6359

You can "Hide virtual environments associated with other projects" (Pycharm 2018.3) which reduces the size of the list:

enter image description here

Upvotes: 1

Related Questions