1.打开设置Setting
快捷键进入设置
Ctrl + Alt +S
2.寻找Project | Project Interpreter.
3.Click the The Configure project interpreter icon and select Add
In the left-hand pane of the Add Python Interpreter dialog, select Conda Environment. The following actions depend on whether the Conda environment existed before.
在“ 添加Python解释器”对话框的左侧窗格中,选择“ Conda Environment”。以下操作取决于以前是否存在Conda环境。
如果选择“ 新环境”:
在文本字段中指定新的Conda环境的位置,或单击 康达环境位置并在文件系统中查找位置。请注意,新的Conda环境应位于的目录必须为空!
从列表中选择Python版本。
在文本字段中指定Conda可执行文件的位置,或单击 Conda可执行文件位置并在Conda安装目录中查找位置。您基本上是在寻找在计算机上安装Conda时使用的路径。
如果需要,请选中“ 使所有项目都可用”复选框。
如果选择“ 现有环境”:
展开“ 解释器”列表,然后选择任何现有的解释器。或者,单击 选择并在文件系统中指定Conda可执行文件的路径,例如, C:\ Users \ jetbrains \ Anaconda3 \ python.exe。
如果需要,请选中使所有项目可用复选框。
单击确定以完成任务。