caedmom

 下载anaconda镜像

wget https://mirrors.tuna.tsinghua.edu.cn/anaconda/archive/Anaconda3-4.2.0-Linux-x86_64.sh

安装anaconda

bash Anaconda3-4.2.0-Linux-x86_64.sh -b

  修改环境变量

sudo gedit ~/.bashrc
也可以使用vi ~/.bashrc

  

#added by Anaconda3 4.2.0 installer
export PATH="/home/user/anaconda3/bin:$PATH"

  生效修改

source ~/.bashrc

  

rm -rf ~/anaconda3

  安装pip(还是没有解决老版本的python3.4.3的问题)

sudo apt-get install python-pip

  

  

分类:

技术点:

相关文章:

  • 2021-12-23
  • 2021-07-29
  • 2021-12-03
  • 2021-12-03
  • 2021-12-03
  • 2021-12-03
  • 2022-01-21
猜你喜欢
  • 2021-12-03
  • 2021-12-03
  • 2021-12-03
  • 2021-12-03
  • 2021-12-03
  • 2021-12-03
相关资源
相似解决方案