Anaconda:对于初学Python的人是很友好的一款产品,包含了conda、Python等上百个科学包及其依赖项。
下载开源版本:https://www.anaconda.com/products/individual
安装:
1、先安装bzip2
yum -y install bzip2
2、安装
./Anaconda2-5.0.1-Linux-x86_64.sh
---注意不要装到/root下面,不然其它用户无权限访问,可装到/opt下面。
安装完成提示:
For this change to become active, you have to open a new terminal.
Thank you for installing Anaconda2!
3、修改环境变量中python的路径
PATH=$PATH: /opt/anaconda2/bin