python environment construction

Get the required packages

yum install zlib-devel bzip2-devel openssl-devel ncurses-devel sqlite-devel readline-devel tk-devel git

Put pyenv

Linux

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

Mac

brew install pyenv

Put Anaconda

pyenv install -l | grep ana #After display, insert the latest version
pyenv install anaconda2-2.5.0
pyenv global anaconda2-2.5.0 #Set anaconda to python
pyenv local * #Only in the current directory

Package not included

conda install ipyparallel #use ipcluster
pip install vispy #High-speed dynamic visualization using GPU by OpenGL
pip install mpld3 #Automatically interactively visualize matplotlib. Inside, set the data to json and call javascript.
conda install statsmodels
conda install 

PyCUDA https://pypi.python.org/pypi/pycudaで最新版を確認. wget * ./configure --cuda-root=/usr/local/cuda/version/cuda make -j 4 python setup.py install

Recommended Posts

Environment construction (python)
python environment construction
Python --Environment construction
Python environment construction
python environment construction
python windows environment construction
homebrew python environment construction
Python development environment construction
python2.7 development environment construction
Mac environment construction Python
Python environment construction @ Win7
Python + Anaconda + Pycharm environment construction
Python environment construction (Windows10 + Emacs)
Python environment construction For Mac
Python3 environment construction (for beginners)
Python environment construction and TensorFlow
Python environment construction under Windows7 environment
[MEMO] [Development environment construction] Python
Environment construction of python2 & 3 (OSX)
Django environment construction
Environment construction of python and opencv
Python environment construction memo on Windows 10
DeepIE3D environment construction
Emacs-based environment construction
Linux environment construction
Anaconda python environment construction on Windows 10
Python + Unity Reinforcement learning environment construction
python environment settings
python windows environment
I checked Mac Python environment construction
Python environment construction memo on Mac
Python environment construction (pyenv, anaconda, tensorflow)
[Python3] Development environment construction << Windows edition >>
CodeIgniter environment construction
Python development environment construction on macOS
Python environment construction (pyenv + poetry + pipx)
Environment construction of python3.8 on mac
Python3 environment construction with pyenv-virtualenv (CentOS 7.3)
Python3 TensorFlow for Mac environment construction
Emacs Python development environment construction memo
pytorch @ python3.8 environment construction with pipenv
Golang environment construction
[docker] python3.5 + numpy + matplotlib environment construction
Python3.6 environment construction (using Win environment Anaconda)
OpenCV3 & Python3 environment construction on Ubuntu
Word2vec environment construction
[Ubuntu 18.04] Python environment construction with pyenv + pipenv
Python (anaconda) development environment construction procedure (SpringToolsSuites) _2020.4
Python project environment construction procedure (for windows)
[Python] Road to snake charmer (1) Environment construction
Python3 + venv + VSCode + macOS development environment construction
VScode environment construction (Windows10, Python, C ++, C, Git)
Environment construction procedure: Ubuntu + Apache2 + Python + Pyramid
Python and machine learning environment construction (macOS)
Let's get along with Python # 0 (Environment construction)
Windows + gVim + Poetry python development environment construction
[Python] Get environment variables
My python environment memo
Environment construction: GCP + Docker
Django project environment construction
Unification of Python environment