今天有事元气满满的一天,开心的是不仅学会了今天的内容,还把昨天不懂得部分搞懂了,开心!
linux环境下的安装 超级无敌的conda
软件管理miniconda3
最方便快捷的软件下载器,相当于App store,90%以上的软件都能搜到,一键安装。
下载安装方法
- miniconda3下载
登录服务器
搜索 miniconda-清华
wget https://mirrors.tuna.tsinghua.edu.cn/anaconda/miniconda/Miniconda3-latest-Linux-x86_64.sh
下载完成后 输入
bash Miniconda3-latest-Linux-x86_64.sh - 安装
enter及yes安装 具体见:
- 激活
source ~/.bashrc
添加镜像
conda的使用
conda list #查看当前服务器上安装的软件列表
conda install xxx #安装软件
conda install xxx -y 与conda install xxx 的区别
conda remove fastqc -y #卸载已安装软件