ubuntu+anaconda

1、下载anaconda

查看ubuntu是32位还是64位

命令:

 uname -m

如果显示i686,你安装了32位操作系统

如果显示 x86_64,你安装了64位操作系统

 uname -a   查看更多内容

  

2、安装

./Anaconda2-4.2.0-Linux-x86_64.sh

一路默认,然后配置环境

sudo gedit ~/.bashrc
export PATH="/home/nxp/anaconda2/bin:$PATH"  anaconda安装
source ~/.bashrc

3、验证

conda list

没有错误,则配置好了。

猜你喜欢

转载自www.cnblogs.com/crazybird123/p/9469148.html