Conda Python 配置


windows:
pycharm选择Conda executable路径: D:\XXX\Anaconda3\Scripts\conda.exe
Conda 环境存放位置: D:\XXX\Anaconda3\envs

清除其他的软件源, 添加清华源
conda config --remove-key channels

conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/
conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main/
conda config --set show_channel_urls yes
      

创建虚拟环境

conda create -n your_env_name python=X.X


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM