噫吁嚱,危乎高哉!
出自唐 李白 《蜀道难》
- wget Linux 版本软件(不是Windows!!)
cd biosoft
wget https://mirrors.tuna.tsinghua.edu.cn/anaconda/archive/Anaconda3-2022.05-Linux-x86_64.sh
- bosh 安装软件
bosh A (Tab补齐)
enter (狂按)---yes (键入)
- source 激活软件
source ~/.bashrc
conda
4.conda list 查看安装列表
conda list
5.conda 新软件
conda install fastqc -y
- 检查是否安装成功
fastqc --help
弹出帮助文件,则为安装成功
- 卸载软件
conda remove fastqc -y