Installer Python sur CentOS à l'aide de Pyenv

Installez Python 3.6.3 sur CentOS 7.4.

Informations sur le système d'exploitation

$ cat /etc/redhat-release
CentOS Linux release 7.4.1708 (Core)

Installez Pyenv

Installez git.

$ sudo yum install -y git

Obtenez le programme d'installation Pyenv de git.

$ git clone https://github.com/pyenv/pyenv.git ~/.pyenv

Activez-le via le chemin vers Pyenv.

$ echo 'export PYENV_ROOT="$HOME/.pyenv"' >> ~/.bash_profile
$ echo 'export PATH="$PYENV_ROOT/bin:$PATH"' >> ~/.bash_profile
$ echo 'eval "$(pyenv init -)"' >> ~/.bash_profile
$ source ~/.bash_profile

Vérifiez la version de Pyenv

$ pyenv -v
pyenv 1.1.5-40-g5b5df15

Installation de Python

Installez les packages nécessaires pour installer Python.

$ sudo yum install -y zlib-devel bzip2 bzip2-devel readline-devel sqlite sqlite-devel openssl-devel gcc libffi-devel

Vérifiez la version de Python qui peut être installée à l'aide de Pyenv.

$ pyenv install -l

Spécifiez et installez la dernière version de Python 3.6.3 à compter du 17 novembre 2017.

$ pyenv install 3.6.3

Définit la version de Python à utiliser.

$ pyenv global 3.6.0

Vérifiez la version.

$ python --version
Python 3.6.0

accompli.

2018/9/26 Ajout de "libffi-devel" au paquet à installer pour prendre en charge python 3.7.0

Recommended Posts

Installer Python sur CentOS à l'aide de Pyenv
Installez Python sur CentOS en utilisant pyenv
Installez Python3.4 sur CentOS 6.6
[CentOS7] Installez anaconda à l'aide de pyenv
Installez Python 3.8 sur CentOS 7 (SCL)
Installez Python 3.8 sur CentOS 8 (AppStream)
Remarques sur l'installation de Python à l'aide de PyEnv
CentOS8 --Installer --Python3
Installez la bibliothèque python sur Lambda à l'aide de [/ tmp]
Installez pyenv et Python 3.6.8 sur Ubuntu 18.04 LTS
Installez pyenv et rbenv à l'échelle du système sur CentOS
Installez Faiss sur CentOS 7
Installez pyenv sur Mac
Installez Python sur Pidora.
Installez Scrapy sur python3
Installez numba sur CentOS 7.2
Installez Python sur Mac
Installer Python 3 dans un environnement Mac
Installer python (pyenv, pyenv-virtualenv)
Installez python sur Windows
Installez mecab-python sur CentOS
Installez Python avec pyenv
Installez Python 3.3 sur Ubuntu 12.04
Installez Python 3.4 sur Mac
Installez pyenv sur OSX
Installez awscli sur centos7
Installer Chainer sur CentOS 6.7
Installez Python 3.6 sur Docker
Installer watchdog sur Windows + Python 3.3
Installer pygame sur python3.4 sur Mac
Installez la série ImageMagick-6.2.x sur CentOS7.7
Installez pandas 0.14 sur python3.4 [sur Mac]
Installez Python 3.7 et Django 3.0 (CentOS)
Installez OpenCV sur Ubuntu + python
Installez Chrome sur la série CentOS 7
Installez pyenv depuis Homebrew, installez Python depuis pyenv
Diffusion sur LINE en utilisant python
[Python] [Chainer] [Windows] Installer Chainer sous Windows
Remarques sur l'installation de Python sur CentOS
Paramètres initiaux pour l'utilisation de Python3.8 et pip sur CentOS8
Créez un environnement Python sur votre Mac en utilisant pyenv
Créer un environnement de développement Python à l'aide de pyenv sur MacOS
Installez pyenv sur Raspberry Pi pour gérer Python
Installer l'environnement Python sur un PC local (pyenv, venv sur Mac)
Notes minimales lors de l'utilisation de Python sur Mac (édition pyenv)
Comment installer Python à l'aide d'Anaconda
Installez Python Pillow sur Amazon Linux
Installez Python 3.8 sur Ubuntu 18.04 (norme du système d'exploitation)
Étapes pour installer MySQL 8.0 sur CentOS 8.1
Installez Python 3 sur le serveur Sakura (FreeBSD)
raspberry pi 4 centos7 installer sur docker
Installer python
Installez Python 3.8 sur Ubuntu 20.04 (norme du système d'exploitation)
Remarques sur l'utilisation de MeCab depuis Python
Installez xgboost (version python) sur Windows
Installez Python sur Windows + pip + virtualenv
Étapes pour installer VirtualBox sur CentOS
Installez Python 3.7 Anaconda sur MAC, mais Python 2
Installer python3 sur Mac (El Capitan)