创建虚拟环境
conda create -n 虚拟环境名称 python=具体版本
查看虚拟环境及具体的位置
conda info --envs
在pycharm中使用新建的虚拟环境
file——settings——python interpreter——add interpreter——add local interpreter——Environment 选择 existing ——在Interpreter中选择虚拟环境的位置
conda create -n 虚拟环境名称 python=具体版本
conda info --envs
file——settings——python interpreter——add interpreter——add local interpreter——Environment 选择 existing ——在Interpreter中选择虚拟环境的位置