Installieren Sie Python (pyenv, pyenv-virtualenv)

Ein Hinweis, wenn Sie mehrere Pythons in Ihrer lokalen Umgebung verwenden möchten Einfach ausgedrückt, verwaltet pyenv die Version von Python und das Plug-In pyenv-virtualenv erstellt die Python-Umgebung. Sie können pyenv-virtualenv verwenden, um die Python-Umgebung einzuschränken.

Installieren Sie 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

Python-Installation

$ pyenv install 3.5.0

Installation von pyenv-virtualenv

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

Eine Umgebung schaffen

pyenv virtualenv 3.5.2 app #App ist der Name der Umgebung

Aktivieren Sie die Umgebungseinstellungen

pyenv activate app #App ist der Name

Recommended Posts

Installieren Sie Python (pyenv, pyenv-virtualenv)
Installieren Sie pyenv und pyenv-virtualenv
Installieren Sie Python mit pyenv
Python (pyenv + pyenv-virtualenv) + CentOS7-Installation
Installieren Sie Python
Installieren Sie pyenv von Homebrew, installieren Sie Python von pyenv
Installieren Sie Python unter CentOS mit Pyenv
Installieren Sie Python unter CentOS mit pyenv
Lokale Installation von Python
Installieren Sie NAOqi Python
pyenv + anaconda + python3
Installieren Sie Python Control
pyenv + pyenv-virtualenv (CentOS7)
CentOS8 --Installieren - Python3
Installieren Sie Python als Framework mit pyenv
Installieren Sie pyenv und Python 3.6.8 unter Ubuntu 18.04 LTS
Installieren Sie Python auf der WSL
Installieren Sie pyenv auf dem Mac
Installieren Sie Python auf Pidora.
Installieren Sie Scrapy auf Python3
Installieren Sie Python 3.8.6 unter macOS BigSur mit pyenv
Installieren Sie Python auf dem Mac
So installieren Sie Python
Installieren von Python 3 in einer Mac-Umgebung
Installieren Sie Python von der Quelle
Ich wollte Python 3.4.3 mit Homebrew + pyenv installieren
Installieren Sie Python3.4 unter CentOS 6.6
Installieren von Python Jupyter Lab
Installieren einer externen Bibliothek für Python
Installieren Sie Voluptuous mit Python 2.5
Installieren Sie Python unter Windows
Tipps zur Installation von Python PyTorch
Installieren Sie Python 2.7.3 unter CentOS 5.4
Installieren Sie Python 3.3 unter Ubuntu 12.04
Installieren Sie Python 3.4 auf einem Mac
Installieren Sie pyenv unter OSX
Installieren Sie Python 3.6 auf Docker
Installieren Sie Python (für Windows)
Erstellen einer Python-Umgebung mit pyenv, pyenv-virtualenv, Anaconda (Miniconda)
mac OS X 10.15.x pyenv Python Wenn Sie nicht installieren können
Installieren Sie die neueste stabile Version von Python mit pyenv (sowohl 2 als auch 3).
[Python] Django-Umgebungskonstruktion (pyenv + pyenv-virtualenv + Anaconda) für macOS
Installieren Sie pyenv auf Raspberry Pi, um Python zu verwalten
Installieren Sie das neueste Python von pyenv, das von Homebrew installiert wurde
Installieren Sie die Python-Umgebung auf einem lokalen PC (pyenv, venv auf einem Mac).
[Neueste Version 2020.8] So installieren Sie Python
So installieren Sie Python [Windows]
Installieren Sie Python 3.8 auf RHEL 8 (AppStream)
Installieren Sie Python und Flask (Windows 10)
Installieren Sie die Python-Umgebung mit Anaconda
Installieren Sie pygame auf python3.4 auf dem Mac
Windows 10: Installieren der DLIB-Bibliothek für Python
Installieren Sie Python 3.8 unter CentOS 7 (SCL)
Wenn pyenv BUILD FAILED installiert
Installieren Sie eine externe Bibliothek mit Python
Ändern Sie die Python-Version mit pyenv
Installieren Sie mehrere Versionen von Python
Installieren Sie pandas 0.14 auf python3.4 [auf Mac]
Installieren Sie Python 3.7 und Django 3.0 (CentOS)