美文网首页
Day3 linux环境下软件安装-Sai

Day3 linux环境下软件安装-Sai

作者: Sai_7014 | 来源:发表于2020-10-02 17:21 被阅读0次

    软件安装 miniconda

    -google:miniconda清华镜像
    下载、安装(我没有经历啥,直接自己安好了... 是因为用的清华的内网吧?)
    -打开,检测是否注册成功:命令行输入"conda ",出来一堆就是成功啦!


    1601630283(1).png

    -设置镜像
    ''#使用清华镜像
    ''conda config --add channels ''https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free
    ''conda config --add channels ''https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge
    ''conda config --add channels ''https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda
    ''conda config --set show_channel_urls yes

    微信截图_20201002171950.png

    安装、卸载软件

    查看当前服务器安装的所有软件

    conda list


    2.png

    搜索conda软件

    conda search fastqc


    3.png

    安装软件

    conda install fastqc -y(这里y=yes)


    4.png

    删除软件

    conda remove fastqc


    5.png

    相关文章

      网友评论

          本文标题:Day3 linux环境下软件安装-Sai

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