[PYTHON] [CentOS7] Installez anaconda à l'aide de pyenv

Je voudrais installer pyenv et anaconda sur CentOS7.

Préparation préalable

Tout d'abord, installez les bibliothèques requises. (Installez les bibliothèques suivantes qui ne sont pas installées)

Terminal


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

Installez 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

Vous avez maintenant installé pyenv.

Vérifiez PATH pour le moment

Terminal


$ which pyenv
~/.pyenv/bin/pyenv

Installation d'anaconda

Terminal


$ pyenv install -l | grep anaconda
  (réduction)
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)

L'installation d'anaconda est terminée. Ensuite, mettez-le dans votre PATH.

Terminal


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

Enfin les mises à jour conda et anaconda

Terminal


$ conda update conda
$ conda update anaconda

référence

Recommended Posts

[CentOS7] Installez anaconda à l'aide de pyenv
Installer Python sur CentOS à l'aide de Pyenv
Installez Python sur CentOS en utilisant pyenv
Comment installer Python à l'aide d'Anaconda
Comment installer Anaconda avec pyenv
Mettez Anaconda sur votre Mac en utilisant Pyenv
CentOS8 --Installer --Django
pyenv + anaconda + python3
pyenv + pyenv-virtualenv (CentOS7)
Comment installer Theano sur Mac OS X 10.10 (en utilisant pyenv, anaconda)
CentOS8 --Installer --Python3
Installez pyenv et rbenv à l'échelle du système sur CentOS
Installez Python 3.8.6 sur macOS BigSur à l'aide de pyenv
Installez Faiss sur CentOS 7
Installez pyenv sur Mac
Installez pyenv et pyenv-virtualenv
Installez numba sur CentOS 7.2
Installez Python3.4 sur CentOS 6.6
Anaconda ne peut pas être installé!
Installer python (pyenv, pyenv-virtualenv)
Démarrez CentOS 8 à l'aide de VirtualBox
Installez Anaconda sur Windows 10
Installez mecab-python sur CentOS
Installez Python 2.7.3 sur CentOS 5.4
Installez Python avec pyenv
Installez pyenv sur OSX
Installez awscli sur centos7
Installer Chainer sur CentOS 6.7
Installez cvxopt sur Anaconda 64 bits
python (pyenv + pyenv-virtualenv) + installation CentOS7
Comment installer Python2.7 python3.5 avec pyenv (sur RHEL5 CentOS5) (novembre 2016)
Utiliser Anaconda dans un environnement pyenv
Installer l'environnement Python avec Anaconda
Installation de Keras (utilisée par Anaconda)
Construction de l'environnement Anaconda sur CentOS7
Installez cvxpy sur Windows, Anaconda
Installation des compléments invité CentOS7 VirtualBox
Installez la série ImageMagick-6.2.x sur CentOS7.7
Installez Python 3.8 sur CentOS 7 (SCL)
Installer le module sur Anaconda (Mac)
Lorsque pyenv installe BUILD FAILED
Changer la version de python à l'aide de pyenv
homebrew, pyenv, anaconda, Jupyter Notebook
Installez Python 3.7 et Django 3.0 (CentOS)
Installez Chrome sur la série CentOS 7
Introduction de caffe en utilisant pyenv
Installez pyenv depuis Homebrew, installez Python depuis pyenv
Installez Python 3.8 sur CentOS 8 (AppStream)
[Python] Anaconda, pyenv, virtualenv, .bash_profile
Liste des bibliothèques à installer lors de l'installation de Python à l'aide de Pyenv
Essayez d'utiliser le folium avec anaconda
# Solution lorsque l'installation de pip donne une erreur lors de l'utilisation d'Anaconda sur Windows 10
[Python] Mémo d'erreur et de solution lors de l'utilisation de venv avec pyenv + anaconda
Essayez d'utiliser Spyder inclus dans Anaconda
Étapes pour installer MySQL 8.0 sur CentOS 8.1
Installer anaconda sur Mac → Ajouter une bibliothèque
raspberry pi 4 centos7 installer sur docker