ubuntu18 Anaconda3 安装步骤

  1. 清华镜像站下载你想要的版本 清华镜像站
  2. sh Anaconda3-5.3.1-Linux-x86_64.sh
  3. 阅读须知, 一路回车,
  4. Do you accept the license terms? [yes|no] yes
  5. Anaconda3 will now be installed into this location:
    /home/videt/anaconda3
      - Press ENTER to confirm the location
      - Press CTRL-C to abort the installation
      - Or specify a different location below
      - [/home/videt/anaconda3] >>> 
    
    yes 会默认路径, 可以自定义路径, 如: /usr/local/anaconda3
  6. 等待安装完成
  7. Do you wish the installer to initialize Anaconda3
    in your /home/videt/.bashrc ? [yes|no]
    yes
  8. Do you wish to proceed with the installation of Microsoft VSCode? [yes|no]
    no
  9. 安装完毕
  10. sudo vim /etc/profile
    末尾加上
    “export PATH=安装路径/anconda3/bin:$PATH“

    如 “export PATH=/usr/local/anconda3/bin:$PATH“

  11. 执行 source ~/.bashrc 立即生效
  12. conda info 查看是否成功, 会出现 conda 基本信息

版权声明:本文为qq_28827635原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接和本声明。