Installez Python sur Mac

Il y a certaines choses à préparer avant d'installer Python.

Homebrew
Installez Homebrew. Puisque ruby est installé sur MacOS, exécutez la commande suivante à partir du terminal.

/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"  

Vérifions la destination de l'installation. $ which brew
/usr/local/bin/brew

Pour mettre à jour Homebrew, exécutez la commande suivante. $ brew update && brew upgrade

pyenv Ensuite, installez Pyenv. Il s'agit d'un logiciel de gestion de version Python. Normalement, Python 2.7 est déjà installé sur MacOS, mais si vous souhaitez utiliser plusieurs versions de Python, utilisez ce logiciel. $ brew install pyenv
Puis modifiez le .bash_profile dans votre répertoire personnel. Modifier avec vi ou

export PYENV_ROOT="$HOME/.pyenv"
export PATH="$PYENV_ROOT/bin:$PATH"
eval "$(pyenv init -)"

Écrivez dans .bash_profile comme suit:

$ echo 'export PYENV_ROOT="$HOME/.pyenv"' >> ~/.bash_profile
$ echo 'export PATH="$PYENV_ROOT/bin:$PATH"' >> ~/.bash_profile
$ echo 'eval "$(pyenv init -)"' >> ~/.bash_profile

ensuite, $ source .bash_profile
Rafraîchissez avec.

Vous êtes maintenant prêt à installer Python. Installons-le réellement. Vous pouvez consulter la liste des Python installables avec la commande suivante.

$ pyenv install -l  
Available versions:  
  2.1.3  
  2.2.3  
  2.3.7  

Installez une version spécifique. $ pyenv install 3.5.1

Vérifiez la version installée.

$ pyenv versions  
* system (set by /Users/yoshi/.pyenv/version)  
  3.5.1  

Pour sélectionner la version que vous souhaitez réellement activer $ pyenv global 3.5.1
ça ira. Quand je le vérifie,

$ pyenv versions  
  system  
* 3.5.1 (set by /Users/yoshi/.pyenv/version)  
comme*La marque a été modifiée.

Vous avez maintenant installé la version 3.5.1. Allons vérifier. $ which python
/Users/username/.pyenv/shims/python Il est installé dans .pyenv dans votre répertoire personnel. Commençons réellement.

$ python  
Python 3.5.1 (default, Jul  5 2016, 01:34:21)  
[GCC 4.2.1 Compatible Apple LLVM 7.3.0 (clang-703.0.31)] on darwin
Type "help", "copyright", "credits" or "license" for more information.  
\>>>  

Recommended Posts

Installez Python sur Mac
Installer Python 3 dans un environnement Mac
Installez Python 3.4 sur Mac
Installez pandas 0.14 sur python3.4 [sur Mac]
python sur mac
Installez Python 3.7 Anaconda sur MAC, mais Python 2
Installer python3 sur Mac (El Capitan)
Étapes pour installer python3 sur Mac
Installez Tensorflow sur Mac
Installer python sur WSL
Installez pyenv sur Mac
Installez Python sur Pidora.
Installez Scrapy sur python3
Installez Ansible sur Mac
Installez Python3.4 sur CentOS 6.6
Installez python sur Windows
Installez Python 2.7.3 sur CentOS 5.4
Installez Python 3.3 sur Ubuntu 12.04
Installez Caffe sur Mac
Installer mecab sur Mac
installer mecab-python sur Mac
Installez Python 3.6 sur Docker
Installez Python 3.8 sur RHEL 8 (AppStream)
Installer watchdog sur Windows + Python 3.3
Installer python
Installez Python 3.8 sur CentOS 7 (SCL)
Installer le module sur Anaconda (Mac)
Installez OpenPose sur mac (Catalina)
Installez numba sur Mac
Manipulation de python sur mac
Mettez à jour le python que vous aviez sur votre Mac à 3.7-> 3.8
Installez OpenCV sur Ubuntu + python
Remarques sur l'installation de Python sur votre Mac
Python --Installez MySQLDB sur EC2
Installez Django sur Mac
Installer l'oreiller sur Mac OSX 10.9
[Mac] Conseils: installez pyquery sur Mac [pyquery]
Installez Python 3.8 sur CentOS 8 (AppStream)
[Python] [Chainer] [Windows] Installer Chainer sous Windows
Installez Python 3 sur Mac et créez un environnement [Definitive Edition]
Installez le sélénium sur votre Mac et essayez-le avec python
Installer l'environnement Python sur un PC local (pyenv, venv sur Mac)
Installez Python Pillow sur Amazon Linux
Installez Python 3.8 sur Ubuntu 18.04 (norme du système d'exploitation)
Si Python sur Mac disparaît
Installez Python 3 sur le serveur Sakura (FreeBSD)
Installer anaconda sur Mac → Ajouter une bibliothèque
Comment installer mysql-connector-python sur Mac
Installez Python 3.8 sur Ubuntu 20.04 (norme du système d'exploitation)
installation de python2.7 dans un environnement Windows 32 bits
Instructions pour installer matplotlib sur votre Mac
Installez xgboost (version python) sur Windows
Créer un environnement Python sur Mac (2017/4)
Installez Python sur Windows + pip + virtualenv
Installez Sphinx sur MacOSX
Installez Pytorch sur Blender 2.90 python sous Windows
Mémo de construction de l'environnement Python sur Mac
Installez Scipy sur Mac OS Sierra
Comment installer OpenCV sur Mac
Installez mitmproxy sur Mac OS X