CentOS 7 安装 Anaconda

下载地址(Linux):

python3(64位):https://repo.continuum.io/archive/Anaconda3-5.1.0-Linux-x86_64.sh

              (32位):https://repo.continuum.io/archive/Anaconda3-5.1.0-Linux-x86.sh

python2(64位):https://repo.continuum.io/archive/Anaconda2-5.1.0-Linux-x86_64.sh

              (32位):https://repo.continuum.io/archive/Anaconda2-5.1.0-Linux-x86.sh

依赖安装bzip2: yum -y install bzip2(如已有则跳过)

安装 anaconda(以Anaconda3.5.1.0为例)

    1、bash  Anaconda3-5.0.1-Linux-x86_64.sh

        

    2、回车

        

    3、yes(接受许可条款)

        

    4、安装目录(/opt/anaconda3),可回车选择默认路径。

        CentOS 7 安装 Anaconda_第1张图片

    5、配置anaconda环境---->>~/.bashrc

        

    6、安装VSCode(Visual Studio),视情况自己选择(默认no)

        CentOS 7 安装 Anaconda_第2张图片

    7、source ~/.bashrc(重新加载.bashrc,使环境变量生效)

        

    8、安装完成,运行python,查看

        

你可能感兴趣的:(Linux,anaconda,python)