[PYTHON] Introduced anaconda

$ yum -y install curl-devel expat-devel gettext-devel openssl-devel zlib-devel
$ yum install git
$ git clone https://github.com/yyuu/pyenv.git ~/.pyenv
$ git clone https://github.com/yyuu/pyenv.git ~/.pyenv
$ echo 'export PYENV_ROOT="$HOME/.pyenv"' >> ~/.bashrc
$ echo 'export PATH="$PYENV_ROOT/bin:$PATH"' >> ~/.bashrc
$ echo 'eval "$(pyenv init -)"' >> ~/.bashrc
$ source ~/.bashrc
# Check the latest version. anaconda3-4.0.0
# If you like miniconda, please add miniconda.
$ pyenv install -l | grep ana
$ pyenv install anaconda3-4.0.0
$ pyenv rehash
# Set anaconda as the main python.
$ pyenv global anaconda3-4.0.0

$ echo 'export PATH="$PYENV_ROOT/versions/anaconda3-4.0.0/bin/:$PATH"' >> ~/.bashrc
# Since activate batting with pyenv and anaconda, specify it in path.
$ source ~/.bashrc
# Update conda itself just in case.
$ conda update conda

Build multiple Python environments on the same system http://qiita.com/yuichy/items/8cd43a667fb4659d89e9 Introduction of Python numerical calculation environment Anaconda http://morimori2008.web.fc2.com/contents/PCprograming/python/pythonAnaconda.html Build a machine learning application development environment with Python http://qiita.com/icoxfog417/items/950b8af9100b64c0d8f9 Python environment construction for those who aim to be data scientists 2016 http://qiita.com/y__sama/items/5b62d31cb7e6ed50f02c Install Anaconda on CentOS using pyenv http://pppurple.hatenablog.com/entry/2016/05/07/211558

Recommended Posts

Introduced anaconda
anaconda
Introduced Tensorflow (Win / Anaconda environment)
Anaconda 2.5 Release
Download Anaconda
Introduced PyQt4
Introduced Pyramid
Anaconda: Beginners Guide
Installation of Anaconda3
Python 3.3 in Anaconda
Link Anaconda + Diango
[Robot] Introduced Pepper
pyenv + virtualenv + Anaconda
Theano on Anaconda
pyenv + anaconda + python3