Anaconda 安装+使用+换源+更新


anaconda官网下载安装:https://www.continuum.io/downloads/

anaconda用法:
查看已经安装的包:
pip list 或者 conda list

安装和更新:
pip install requests
pip install requests --upgrade
或者
conda install requests
conda update requests

更新所有库
conda update --all

更新 conda 自身
conda update conda

更新 anaconda 自身
conda update anaconda

anaconda换源:


制定清华的源:
conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/

安装Python2.7

conda create --name py2 python=2.7

安装Python3.5

conda create --name py3 python=3.5



					


免责声明!

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



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