yum install -y bunzip2python
wget https://repo.continuum.io/archive/Anaconda2-5.0.1-Linux-x86_64.shgit
chmod +777 Anaconda2-5.0.1-Linux-x86_64.shgithub
bash ./Anaconda2-5.0.1-Linux-x86_64.shflask
*记得重启终端vim
输入python 进行python环境
输入import scipy ,没有报错则安装成功centos
centos7.4安装bash
anaconda安装
- wget https://repo.anaconda.com/archive/Anaconda3-5.2.0-Linux-x86_64.sh
- chmod 777 Anaconda3-5.2.0-Linux-x86_64.sh
- ./Anaconda3-5.2.0-Linux-x86_64.sh
- vim ~/.bashrc
- export=/home/works/anaconda3/bin:$PATH
- $rebootcentos7
pip install condaspa
conda list
查看安装了哪些包conda env list
查看有哪些虚拟环境conda -V
查看conda的版本
移除某个环境的包 conda remove --name $ENVIRONMENT_NAME $PACKAGE_NAMEcode
移除某个虚拟环境 conda remove -n yourenvname --all