美文网首页
在服务器上安装anaconda

在服务器上安装anaconda

作者: 天空湛蓝如昔 | 来源:发表于2019-03-15 13:58 被阅读0次

    1:找到对应版本

    mwget https://repo.anaconda.com/archive/Anaconda3.-5.3.0-Linux-x86_64.sh

    2:bash Anaconda3-5.2.0-Linux-x86_64.sh

    3:添加路径

    export PATH=$PATH:/root/anaconda3/bin

    或者:export PATH="/$HOME/anaconda3/bin:$PATH"

    相关文章

      网友评论

          本文标题:在服务器上安装anaconda

          本文链接:https://www.haomeiwen.com/subject/xwmlmqtx.html