Notes on installing Python on CentOS

Notes on installing Python on CentOS

#Install pyenv
git clone git://github.com/yyuu/pyenv.git .pyenv
echo 'export PATH="$HOME/.pyenv/bin:$HOME/.pyenv/shims:$PATH"' >> ~/.bash_profile
echo 'eval "$(pyenv init -)"' >> ~/.bash_profile

#Check the Python version that can be installed
pyenv install -l

#Installation
pyenv install 3.4.1
pyenv rehash
pyenv global 3.4.1

Recommended Posts

Notes on installing Python on CentOS
Notes on installing Python on Mac
Notes on installing Python using PyEnv
Install Python3.4 on CentOS 6.6
Notes on installing PycURL
Installing pandas on python2.6
Install Python 2.7.3 on CentOS 5.4
Notes on installing Python3 and using pip on Windows7
Notes on installing dlib on mac
Install Python 3.8 on CentOS 7 (SCL)
[Python] Notes on data analysis
Install Python 3.8 on CentOS 8 (AppStream)
Notes on installing pipenv on Mac
Notes on installing Anaconda 3 on Windows
Installing Python 3.4.3.
Notes on Python and dictionary types
Installing Kivy on Windows10 64bit Python3.5
Support when installing pillow on python3.9
Installing Kivy-Designer on Windows10 64bit Python3.5
Set up Python environment on CentOS
Create a python environment on centos
Install Python on CentOS using Pyenv
Build a python3 environment on CentOS7
Notes on installing Ubuntu 18.04 on the XPS 15 7590
Install Python on CentOS using pyenv
Notes for using OpenCV on Windows10 Python 3.8.3.
Python scraping notes
Python study notes _000
Python learning notes
Python2.7 + CentOS7 + OpenCV3
Python on Windows
twitter on python3
Notes on nfc.ContactlessFrontend () for nfcpy in python
Notes for installing Sublime Text on Ubuntu
Python beginner notes
Python study notes_006
A memo with Python2.7 and Python3 on CentOS
Notes on doing Japanese OCR with Python
Connecting from python to MySQL on CentOS 6.4
Notes on building Python and pyenv on Mac
python C ++ notes
Use without installing python 2.x on Windows
python on mac
Python grammar notes
Python Library notes
Python on Windbg
python personal notes
Installing PIL with Python 3.x on macOS
Notes on using code formatter in Python
python pandas notes
Python study notes_001
python learning notes
Python3.4 installation notes
CentOS8 --Install --Python3
Stray build Python-3.8.5 on CentOS without root privileges
Build a python environment with ansible on centos6
[Ansible] Install dnf on Centos7 with Python3 interpreter
Notes on using dict in python [Competition Pro]
Run Flask on CentOS with python3.4, Gunicorn + Nginx.
ABC125_C --GCD on Blackboard [Notes solved in Python]
[Note] Installing Python 3.6 + α on Windows and RHEL