windows 系统上Anaconda3.7 配置python2.7环境


参考博客 https://blog.csdn.net/hczhcz0905/article/details/80084492

增加清华源:
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 --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/
conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/msys2/
conda config --set show_channel_urls yes

windows 上使用 conda 安装裸的 py2.7 比较容易,但是要将 spyder 切换为 py2.7 运行比较困难。并且裸的 py 2.7并没有配套的 numpy 等工具包,还需要重新安装 tensorflow

后来决定 直接装一个 py2.7 的 anaconda,更加方便。


免责声明!

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



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