PyCharm 中以 Anaconda 使用/切換 Python Virtual Environment
建立專案時指定 Python Virtual Environment
- File >
- Create Project(New Project...) >>
- Previously Configured Interpreter >>
- Add Interpreter >>
已建立專案切換 Python Virtual Environment
- File >
- Settings >>
- Project >>
- Python Interpreter >>
- Add Interpreter >>
- Conda Environment >>
- Interpreter >> ... 選取已經在 Conda 整理好的 Virtual Environment 的 python.exe
顯示以安裝 Conda environments 位置
- 開啟 Anaconda Prompt
- 輸入指令 $conda env list
$ conda env list