1. 下载Anaconda
wget https://repo.anaconda.com/archive/Anaconda3-5.2.0-Linux-x86_64.sh
2. 安装
bash Anaconda3-5.2.0-Linux-x86_64.sh
提示1:
Please, press ENTER to continue
>>>
点击ENTRE 继续
提示 2:
Please answer 'yes' or 'no':
>>> yes
键入 yes
提示3:
提示安装文件夹位置,可以直接ENTER选择默认,也可以自己写路径(写全),不要写重复的,否则或报错
提示4:
左后会提示是否把 PATH 添加到.bashrc
选yes 。
3. 刷新
source ~/.bashrc