bash Anaconda3-xxx.xxx.xxx-Linux-x86_64.sh
修改~/.bashrc
vim ~/.bashrc
export PATH=/home/syd/anaconda3/bin:$PATH
source activate
source ~/.bashrc
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
pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple