Installieren Sie pyenv von Homebrew, installieren Sie Python von pyenv

Führen Sie pyenv ein, das Versionskontrollaufrufe vor der Installation von Python ermöglicht.

$ brew install pyenv

Die zugehörigen Pakete autoconf und pkg-config sind ebenfalls installiert.

$ brew install pyenv
==> Installing dependencies for pyenv: autoconf, pkg-config
==> Installing pyenv dependency: autoconf
==> Downloading https://downloads.sf.net/project/machomebrew/Bottles/autoconf-2.
Already downloaded: /Library/Caches/Homebrew/autoconf-2.69.yosemite.bottle.1.tar.gz
==> Pouring autoconf-2.69.yosemite.bottle.1.tar.gz
?  /usr/local/Cellar/autoconf/2.69: 70 files, 3.1M
==> Installing pyenv dependency: pkg-config
==> Downloading https://downloads.sf.net/project/machomebrew/Bottles/pkg-config-
Already downloaded: /Library/Caches/Homebrew/pkg-config-0.28.yosemite.bottle.2.tar.gz
==> Pouring pkg-config-0.28.yosemite.bottle.2.tar.gz
?  /usr/local/Cellar/pkg-config/0.28: 10 files, 612K
==> Installing pyenv
==> Downloading https://github.com/yyuu/pyenv/archive/v20141211.tar.gz
######################################################################## 100.0%
==> Caveats
To enable shims and autocompletion add to your profile:
  if which pyenv > /dev/null; then eval "$(pyenv init -)"; fi

To use Homebrew's directories rather than ~/.pyenv add to your profile:
  export PYENV_ROOT=/usr/local/opt/pyenv
==> Summary
?  /usr/local/Cellar/pyenv/20141211: 315 files, 2.7M, built in 4 seconds
$ 

Erstellen Sie das Verzeichnis ~ / .pyenv ~ / .bash_profile ändern

.bash_profile


export PYENV_ROOT=/usr/local/opt/pyenv
eval "$(pyenv init -)"

Überprüfen Sie, was installiert werden kann

$ pyenv install -l
Available versions:
  2.1.3
  2.2.3
  2.3.7
  2.4
  2.4.1
  2.4.2
  2.4.3
  2.4.4
  2.4.5
  2.4.6
  2.5
  2.5.1
  2.5.2
  2.5.3
  2.5.4
  2.5.5
  2.5.6
  2.6.6
  2.6.7
  2.6.8
  2.6.9
  2.7-dev
  2.7
  2.7.1
  2.7.2
  2.7.3
  2.7.4
  2.7.5
  2.7.6
  2.7.7
  2.7.8
  2.7.9

···Kürzung···

Installieren Sie dieses Mal die neueste Version 2.7.9 der Serie 2

$ pyenv install 2.7.9

Verwandte werden ebenfalls installiert.

$ pyenv install 2.7.9
Downloading readline-6.3.tar.gz...
-> http://ftpmirror.gnu.org/readline/readline-6.3.tar.gz
Installing readline-6.3...
Installed readline-6.3 to /usr/local/opt/pyenv/versions/2.7.9

Downloading Python-2.7.9.tgz...
-> https://www.python.org/ftp/python/2.7.9/Python-2.7.9.tgz
Installing Python-2.7.9...
Installing setuptools from https://bootstrap.pypa.io/ez_setup.py...
Installing pip from https://bootstrap.pypa.io/get-pip.py...
Installed Python-2.7.9 to /usr/local/opt/pyenv/versions/2.7.9

$

Installationsbestätigung

$ pyenv versions
* system (set by /usr/local/opt/pyenv/version)
  2.7.9
$ python --version
Python 2.7.6
$

Recommended Posts

Installieren Sie pyenv von Homebrew, installieren Sie Python von pyenv
Installieren Sie das neueste Python von pyenv, das von Homebrew installiert wurde
Installieren Sie Python von der Quelle
Installieren Sie Python (pyenv, pyenv-virtualenv)
Installieren Sie Python mit pyenv
Ich wollte Python 3.4.3 mit Homebrew + pyenv installieren
Installieren Sie Python
Home Brew kann Python nicht installieren (bei Mavericks)
Installieren Sie Python von der Quelle mit Ansible
Installieren Sie Python unter CentOS mit Pyenv
Installieren Sie Python unter CentOS mit pyenv
Installieren Sie Python als Framework mit pyenv
Lokale Installation von Python
Installieren Sie NAOqi Python
Von conda-forge installieren
MeCab von Python
pyenv + anaconda + python3
Installieren Sie Python Control
Homebrew-Suche anhand des Python-Modulnamens (ShellScript)
Installieren Sie pyenv und Python 3.6.8 unter Ubuntu 18.04 LTS
CentOS8 --Installieren - Python3
Installieren Sie Python 3.8.6 unter macOS BigSur mit pyenv
Stellen Sie OpenCV3 in Python3 zur Verfügung, das mit pyenv installiert wurde
Installieren Sie vim7.3 (+ python2.4) von der Quelle (kompatibel mit Gundo.vim)
Installieren Sie Python 3 unter MacOS Catalina (nur mit Homebrew)
Verwenden Sie das nghttp2 Python-Modul von Homebrew aus pyenvs Python
Verwenden Sie thingspeak aus Python
Installieren Sie Python auf der WSL
Berühren Sie MySQL in Python 3
Installieren Sie pip, pyenv, BeautifulSoup4
Installieren Sie pyenv und pyenv-virtualenv
Bedienen Sie Filemaker von Python aus
So installieren Sie Python
Verwenden Sie fließend Python
Installieren Sie Python auf Pidora.
Hinweise von der Installation von Homebrew bis zum Erstellen einer Anaconda-Umgebung für Python mit pyenv
Greifen Sie über Python auf Bitcoind zu
Änderungen von Python 3.0 zu Python 3.5
Änderungen von Python 2 zu Python 3.0
Homebrew Python Umgebung Konstruktion
Verwenden Sie MySQL aus Python
Installieren Sie Python auf dem Mac
So installieren Sie Python
Installieren von Python 3 in einer Mac-Umgebung
Führen Sie Python aus Excel aus
Installieren Sie Python3.4 unter CentOS 6.6
Führen Sie Befehle aus Python aus
Installieren Sie Apache 2.4.41 von der Quelle
Installieren einer externen Bibliothek für Python
Bedienen Sie Neutronen von Python!
Installieren Sie Python unter Windows
Verwenden Sie MySQL aus Python
Betreiben Sie LXC von Python aus
Manipuliere Riak aus Python
Tipps zur Installation von Python PyTorch
Erzwinge Python aus Fortran
Installieren Sie Python 2.7.3 unter CentOS 5.4
Verwenden Sie BigQuery aus Python.
Installieren Sie Python 3.3 unter Ubuntu 12.04
Installieren Sie Python 3.4 auf einem Mac