赞
踩
wget https://mirrors.tuna.tsinghua.edu.cn/anaconda/archive/Anaconda3-4.4.0-Linux-x86_64.sh
sh Anaconda3-4.4.0-Linux-x86_64.sh
conda config –add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/
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
vim ~/.condarc
delete “- defaults” line
conda create –name python27 python=2.7
conda create –name python34 python=3.4
source activate python27
conda install paramiko lxml beautifulsoup4 requests -n python27
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。