[PYTHON] [CentOS7] Installieren Sie Anaconda mit Pyenv

Ich möchte pyenv und anaconda auf CentOS7 installieren.

Vorbereitungen

Installieren Sie zunächst die erforderlichen Bibliotheken. (Installieren Sie die folgenden Bibliotheken, die nicht installiert sind.)

Terminal


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

Installieren Sie pyenv

Terminal


$ 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
$ source ~/.bash_profile

Sie haben jetzt pyenv installiert.

Überprüfen Sie PATH vorerst

Terminal


$ which pyenv
~/.pyenv/bin/pyenv

Installation von Anakonda

Terminal


$ pyenv install -l | grep anaconda
  (Kürzung)
anaconda3-4.2.0
anaconda3-4.3.0
anaconda3-4.3.1
$ pyenv install anaconda3-4.3.1
$ pyenv global anaconda3-4.3.1
$ python -V
Python 3.6.0 :: Anaconda 4.3.1 (64-bit)

Die Installation von Anaconda ist abgeschlossen. Dann legen Sie es in Ihren Pfad.

Terminal


$ echo 'PATH="$PYENV_ROOT/versions/anaconda3-4.3.1/bin/:$PATH"' >> ~/.bash_profile
$ source ~/.bash_profile

Endlich Conda und Anaconda Updates

Terminal


$ conda update conda
$ conda update anaconda

Referenz

Recommended Posts

[CentOS7] Installieren Sie Anaconda mit Pyenv
Installieren Sie Python unter CentOS mit Pyenv
Installieren Sie Python unter CentOS mit pyenv
So installieren Sie Python mit Anaconda
So installieren Sie Anaconda mit pyenv
Setzen Sie Anaconda mit Pyenv auf Ihren Mac
CentOS8 --Installieren - Django
pyenv + anaconda + python3
pyenv + pyenv-virtualenv (CentOS7)
So installieren Sie Theano unter Mac OS X 10.10 (mit pyenv, anaconda)
CentOS8 --Installieren - Python3
Installieren Sie pyenv und rbenv systemweit unter CentOS
Installieren Sie Python 3.8.6 unter macOS BigSur mit pyenv
Installieren Sie Faiss unter CentOS 7
Installieren Sie pyenv auf dem Mac
Installieren Sie pyenv und pyenv-virtualenv
Installieren Sie numba unter CentOS 7.2
Installieren Sie Python3.4 unter CentOS 6.6
Anaconda kann nicht installiert werden!
Installieren Sie Python (pyenv, pyenv-virtualenv)
Starten Sie CentOS 8 mit VirtualBox
Installieren Sie Anaconda unter Windows 10
Installieren Sie mecab-python unter CentOS
Installieren Sie Python 2.7.3 unter CentOS 5.4
Installieren Sie Python mit pyenv
Installieren Sie pyenv unter OSX
Installieren Sie awscli auf centos7
Installieren Sie Chainer unter CentOS 6.7
Installieren Sie cvxopt auf 64-Bit-Anaconda
Python (pyenv + pyenv-virtualenv) + CentOS7-Installation
So installieren Sie Python2.7 python3.5 mit pyenv (unter RHEL5 CentOS5) (2016 Nov)
Verwenden Sie Anaconda in einer Pyenv-Umgebung
Installieren Sie die Python-Umgebung mit Anaconda
Keras-Installation (von Anaconda verwendet)
Anaconda-Umgebungskonstruktion auf CentOS7
Installieren Sie cvxpy unter Windows, Anaconda
Installieren von CentOS7 VirtualBox Guest Additons
Installieren Sie die ImageMagick-6.2.x-Serie unter CentOS7.7
Installieren Sie Python 3.8 unter CentOS 7 (SCL)
Installieren Sie das Modul auf Anaconda (Mac)
Wenn pyenv BUILD FAILED installiert
Ändern Sie die Python-Version mit pyenv
Homebrew, Pyenv, Anaconda, Jupyter Notebook
Installieren Sie Python 3.7 und Django 3.0 (CentOS)
Installieren Sie Chrome unter der CentOS 7-Serie
Einführung von Kaffee mit Pyenv
Installieren Sie pyenv von Homebrew, installieren Sie Python von pyenv
Installieren Sie Python 3.8 unter CentOS 8 (AppStream)
[Python] Anaconda, pyenv, virtualenv, .bash_profile
Liste der zu installierenden Bibliotheken bei der Installation von Python mit Pyenv
Versuchen Sie es mit Folium mit Anakonda
# Lösung bei der Pip-Installation tritt bei Verwendung von Anaconda unter Windows 10 ein Fehler auf
[Python] Fehler- und Lösungsnotiz bei Verwendung von venv mit pyenv + anaconda
Versuchen Sie es mit Spyder, das in Anaconda enthalten ist
Schritte zum Installieren von MySQL 8.0 unter CentOS 8.1
Installieren Sie anaconda auf dem Mac → Bibliothek hinzufügen
Himbeer Pi 4 Centos7 auf Docker installieren