Pycharm中使用虚拟环境
问题
如何在Pycharm中使用用于某个app的特定的虚拟环境
解决方案
Once a virtual environment is created, it can be added to the list of available interpreters, as a local interpreter.
To add an existing virtual environment to the list of available interpreters
- In the Project Interpreter page, click ⚙ .
- In the drop-down list, choose Add .
- In the Select Python Interpreter dialog box that opens, choose the desired Python executable, and click OK.
Related Posts