美文网首页
安装miniconda

安装miniconda

作者: thelong的学习日记 | 来源:发表于2020-10-09 22:33 被阅读0次

    1、下载Linux最新版本的conda

    wget -c https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh
    

    2、安装命令

    chmod 777 Miniconda3-latest-Linux-x86_64.sh #给执行权限
    bash Miniconda3-latest-Linux-x86_64.sh #运行
    

    3、重新登录即可使用

    相关文章

      网友评论

          本文标题:安装miniconda

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