21conda下载,安装,卸载

Posted renping

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了21conda下载,安装,卸载相关的知识,希望对你有一定的参考价值。

参考:https://www.cnblogs.com/Datapotumas/p/6293309.html

1、下载

conda下载网址:https://conda.io/miniconda.html

目前最新版本4.5.9:wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh 

2、安装

bash Miniconda3-latest-Linux-x86_64.sh -p /share/nas1/renpp/biosoft/Miniconda3/  -u            ##安装,其余的都yes.

source ~/.bashrc                                        ##或者手动添加 export PATH="/share/nas1/renpp/biosoft/Miniconda3/bin:$PATH"

3、卸载

rm -rf ~/miniconda &&  rm -rf ~/.condarc  ~/.conda ~/.continuum

4、常用命令

conda list         #list packages installed

conda search  #see all the packages that are available

conda install <package-name>     ## install a package

以上是关于21conda下载,安装,卸载的主要内容,如果未能解决你的问题,请参考以下文章

ubuntu16.04+anaconda的安装+解决conda不可用(配置路径)+卸载

如何卸载软件包?

Miniconda入门:在CentOS上的安装基本操作目录结构卸载

Ubuntu18.04安装Anaconda

Anaconda下载及安装保姆级教程(详细图文)

conda包手动下载 本地安装