Why is selecting a new virtualenv such an arduous process?

已回答

Have you tried enabling a new virtualenv in your Pycharm project lately?  It's pretty terrible.  The dialog to select the interpreter takes a very long time to load everything in /usr/bin, and when it finishes loading, it wipes out the part of ~/.virtualenvs you started to type in because that takes a lot less time than clicking through your entire hard drive.  I feel like it should at least default it to ~/virtualenvs instead of /usr/bin/python.

 

 

0

Looks related to https://youtrack.jetbrains.com/issue/PY-25529. Please try Pycharm 2017.3 EAP.

0

请先登录再写评论。