美文网首页
服务器安装python3环境(Miniconda3)

服务器安装python3环境(Miniconda3)

作者: Xmaxdev | 来源:发表于2020-06-19 12:11 被阅读0次

    Miniconda3自带pip 、conda 、python3

    1如果不嫌慢直接

    wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh
    sh Miniconda3-latest-Linux-x86_64.sh
    

    如果嫌慢:
    安装mwget

    安装mwget 之后测试一下没问题就运行下载Miniconda3

    mwget
    
    出现此图安装成功
    mwget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh
    sh Miniconda3-latest-Linux-x86_64.sh
    

    2如果安装完输入 python3没用 请配置环境变量

    一般情况目录为

    /root/miniconda3/bin
    

    修改环境变量方法

    3测试 输入condapython3pip

    测试成功

    鸣谢 xxx,xxx

    相关文章

      网友评论

          本文标题:服务器安装python3环境(Miniconda3)

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