使用conda create -n [name] python=**新建虚拟环境 打开anaconda prompt利用conda env list 查看虚拟环境的位置 conda activate [name]**虚拟环境 打开pycharm,新建一个项目。 相关文章: