生信星球培训第三期

学习小组day3笔记-随风

2018-08-29  本文已影响42人  随风_b891
  1. 下载:wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh
  2. 安装:安装脚本 bash Miniconda3-latest-Linux-x86_64.sh
    脚本激活:source ~/.bashrc
  3. conda 使用
    conda list
    conda search 软件
    conda install 软件 -y
    conda install 软件=版本 -y
    conda remove 软件 -y
    conda update 软件
    rm -rf ~/miniconda3 vi ~/bash_profile
    conda info --envs
    conda create -n 环境名 软件 -y
    source activate 环境名
    conda remove -n 环境名 --all


    Conda.png
上一篇 下一篇

猜你喜欢

热点阅读