Installer python (pyenv, pyenv-virtualenv)

Une note lorsque vous souhaitez utiliser plusieurs pythons dans votre environnement local En termes simples, pyenv gère la version de python et son plug-in, pyenv-virtualenv, crée l'environnement python. Vous pouvez utiliser pyenv-virtualenv pour confiner l'environnement python.

Installez pyenv

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

installation de python

$ pyenv install 3.5.0

Installation de pyenv-virtualenv

$ git clone https://github.com/yyuu/pyenv-virtualenv.git ~/.pyenv/plugins/pyenv-virtualenv
$ echo 'eval "$(pyenv virtualenv-init -)"' >> .bash_profile

Créer un environnement

pyenv virtualenv 3.5.2 app #app est le nom de l'environnement

Activer les paramètres d'environnement

pyenv activate app #app est le nom

Recommended Posts

Installer python (pyenv, pyenv-virtualenv)
Installez pyenv et pyenv-virtualenv
Installez Python avec pyenv
python (pyenv + pyenv-virtualenv) + installation CentOS7
Installer python
Installez pyenv depuis Homebrew, installez Python depuis pyenv
Installer Python sur CentOS à l'aide de Pyenv
Installez Python sur CentOS en utilisant pyenv
Installation locale de Python
Installez NAOqi python
pyenv + anaconda + python3
Installer le contrôle Python
pyenv + pyenv-virtualenv (CentOS7)
CentOS8 --Installer --Python3
Installer Python en tant que Framework avec pyenv
Installez pyenv et Python 3.6.8 sur Ubuntu 18.04 LTS
Installer python sur WSL
Installez pyenv sur Mac
Installez Python sur Pidora.
Installez Scrapy sur python3
Installez Python 3.8.6 sur macOS BigSur à l'aide de pyenv
Installez Python sur Mac
Comment installer python
Installer Python 3 dans un environnement Mac
Installer Python à partir de la source
Je voulais installer Python 3.4.3 avec Homebrew + pyenv
Installez Python3.4 sur CentOS 6.6
Installation du laboratoire Python Jupyter
Installer une bibliothèque externe pour python
Installez Voluptuous avec Python 2.5
Installez python sur Windows
Conseils d'installation de Python PyTorch
Installez Python 2.7.3 sur CentOS 5.4
Installez Python 3.3 sur Ubuntu 12.04
Installez Python 3.4 sur Mac
Installez pyenv sur OSX
Installez Python 3.6 sur Docker
Installez Python (pour Windows)
Construire un environnement Python avec pyenv, pyenv-virtualenv, Anaconda (Miniconda)
mac OS X 10.15.x pyenv Python Si vous ne pouvez pas installer
Installez la dernière version stable de Python avec pyenv (à la fois 2 et 3)
[Python] Construction de l'environnement Django (pyenv + pyenv-virtualenv + Anaconda) pour macOS
Installez pyenv sur Raspberry Pi pour gérer Python
Installez le dernier Python de pyenv installé par homebrew
Installer l'environnement Python sur un PC local (pyenv, venv sur Mac)
[2020.8 dernière] Comment installer Python
Comment installer Python [Windows]
Installez Python 3.8 sur RHEL 8 (AppStream)
Installez Python et Flask (Windows 10)
Installer l'environnement Python avec Anaconda
Installer pygame sur python3.4 sur Mac
Windows10: installation de la bibliothèque dlib pour python
Installez Python 3.8 sur CentOS 7 (SCL)
Lorsque pyenv installe BUILD FAILED
Installer une bibliothèque externe avec Python
Changer la version de python à l'aide de pyenv
Installer plusieurs versions de Python
Installez pandas 0.14 sur python3.4 [sur Mac]
Installez Python 3.7 et Django 3.0 (CentOS)