1, wget https://repo.anaconda.com/archive/Anaconda3-5.3.0-Linux-x86_64.sh
- chmod +x Anaconda3-5.3.0-Linux-x86_64.sh
- ./Anaconda3-5.3.0-Linux-x86_64.sh
- enter
- yes
- enter
- 默认不添加环境变量: no>>>source /home/zixiao(这是你要改的路径)/anaconda3/etc/profile.d/conda.sh
- 检测 conda -V
- 创建环境 conda create -n envname(要输入的环境名字) python=3.6(Python版本) anaconda
参考:
https://blog.csdn.net/wyf2017/article/details/118676765