PyCharm to use virtualenv and dependencies created by PyCharm
问题 I have created a virtualenv using command prompt and have installed all my dependencies. How can I make PyCharm use the virtual env & dependencies created via command prompt? 回答1: You should link the virtualenv in PyCharm. In order to do this, go to: File -> Settings -> Project -> Project Interpreter Here, in the top right corner of the window, click on the gear icon and choose Add . Then, choose Existing environment option and navigate in your computer until you find the python.exe for your