在Ubuntu中安装minicond

在Ubuntu中安装minicond。

1、下载minicond。

在Ubuntu中安装minicond_第1张图片
PQMMGX%V51)QYOPR(([email protected]

![%R`U{C2KVI5P]3%$3OYV(OS.png]( https://upload-images.jianshu.io/upload_images/3671910-62c3e2c6ddef5713.png?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240)

在Ubuntu中安装minicond_第2张图片
()IV20J[JAE}MWY{AKQIK]0.png

选择自己要安装的版本,点击下载。

在下载完成后是这样的:
![@5IJMAN`(S~@WZIOKZ09.png

点击右键,选择在终端运行,进入后输入便要开始安装了

首先输入:bash Miniconda3-4.5.4-Linux-xx86_64.sh
![]@`X8([B5H]{MQU_AWXA{@Y.png](https://upload-images.jianshu.io/upload_images/3671910-1a79ce4842243536.png?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240)

接下来便开始安装,安装过程中一律输入yes

等待安装完成之后

输入:source ~/.bashrc适配环境

输入conda -V查看版本
![]@`X8([B5H]{MQU_AWXA{@Y.png](https://upload-images.jianshu.io/upload_images/3671910-c5522a03bc517b9b.png?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240)

确认好之后我们便要进行安装python环境

输入:conda create -n python36 python=3.6

这是在适配python3.6的环境
![K~5FWR8TKN7T47@9S)@UQJ.png

输入之后系统会自动下载python3.6

等待安装好之后我们就可以进入这个环境

输入:source activate python36

就会进入这个环境

![K~5FWR8TKN7T47@9S)@UQJ.png

也可以输入python -V 查看版本

退出环境:

输入:source deactivate

![P}@Y0UV$%D7OF]~0%8B717.png

用同样的方法我们来安装python2.7的环境

![1G_SRN(OQ)HWEZ8`L14}Q6.png

F7KD)6){B(Z)QTQ~MVLEXQB.png

你可能感兴趣的:(在Ubuntu中安装minicond)