-
壓縮軟件:bzip2
yum install -y bzip2
-
生信軟件管家:Miniconda
- 下載:wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh
- 安裝:安裝腳本 bash Miniconda3-latest-Linux-x86_64.sh
腳本激活:source ~/.bashrc -
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 環(huán)境名 軟件 -y
source activate 環(huán)境名
conda remove -n 環(huán)境名 --all
Conda.png