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