Ubuntu 16.04 LTS 安装 miniconda


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 --version

# conda 4.3.14

可见 miniconda 已安装成功,当前的版本号是 conda 4.3.14

 


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM