Ubuntu 16.04 LTS 安装 miniconda
下载
miniocnda 的 bash 文件下载链接 https://conda.io/miniconda.html ,我选择的是 64-bit Python 3.6 版本 (Miniconda3-latest-Linux-x86_64.sh);
安装
进入 Miniconda3-latest-Linux-x86_64.sh 所在目录,终端运行
$ bash Miniconda3-latest-Linux-x86_64.sh
根据安装向导可以设置安装路径和环境变量,我选择默认设置,所以可以基本是傻瓜式安装。
最后要注意,环境变量需要立即生效,不然无法conda 找不到命令:
source ~/.bashrc
conda对于各种包的管理和安装比pip方便很多。