Étapes pour installer le dernier Python sur votre Mac

Installez Anaconda avec la commande suivante

% brew cask install anaconda

Définissez simplement le chemin comme suit.

% echo 'export PATH="/usr/local/anaconda3/bin:$PATH"' >> ~/.zshrc
% source ~/.zshrc

Avec juste cela, vous pouvez créer le dernier environnement d'exécution Python.

% python -V
Python 3.7.4

Vérifiez également la liste des packages installés (y compris les informations de version) en exécutant la commande suivante:

% conda list
# packages in environment at /usr/local/anaconda3:
#
# Name                    Version                   Build  Channel
_anaconda_depends         2019.03                  py37_0  
_ipyw_jlab_nb_ext_conf    0.1.0                    py37_0  
alabaster                 0.7.12                   py37_0  
anaconda                  custom                   py37_1  
anaconda-client           1.7.2                    py37_0  
anaconda-navigator        1.9.7                    py37_1  
anaconda-project          0.8.4                      py_0  
...

Pour mettre à jour tous les packages installés, utilisez la commande suivante.

% conda update --all

Au fait, au lieu de spécifier --all comme option, vous pouvez écrire le nom du package pour ne mettre à jour qu'un package spécifique.

Recommended Posts

Étapes pour installer le dernier Python sur votre Mac
Étapes pour installer python3 sur Mac
Instructions pour installer matplotlib sur votre Mac
Étapes pour installer l'environnement Python sur Ubuntu
Installez Python sur Mac
Installer Python 3 dans un environnement Mac
Installez Python 3.4 sur Mac
[2020.8 dernière] Comment installer Python
Installez numba sur Mac
Mettez à jour le python que vous aviez sur votre Mac à 3.7-> 3.8
Installez pandas 0.14 sur python3.4 [sur Mac]
Installez Django sur Mac
Étapes pour installer MySQL 8.0 sur CentOS 8.1
Comment installer mysql-connector-python sur Mac
Étapes pour installer VirtualBox sur CentOS
Installez Python 3.7 Anaconda sur MAC, mais Python 2
Installer python3 sur Mac (El Capitan)
Comment installer OpenCV sur Mac
Mettre à jour Mac Python de 2 à 3
Installez la dernière version de Git sur votre serveur Linux
Instructions d'utilisation de l'interface de ligne de commande AWS (Python / awscli) sous Mac OS X
Comment installer drobertadams / toggl-cli sur Mac
Créez un environnement python sur votre Mac
Je veux savoir si vous installez Python sur Mac ・ Iroha
Comment effacer Python 2.x sur Mac.
Étapes pour installer la dernière version d'OpenCV sur OS X El Capitan sans Homebrew
5 raisons d'installer Linux sur votre ordinateur portable.
python sur mac
Installez python sur xserver pour utiliser pip
[Version 2020] Comment installer Python3 sur EC2 d'AWS
Comment installer OpenCV sur Jetson Nano Python
Installez le dernier Cuda + CuDNN sur Ubuntu 18.04 @ Spring 2020
Créez un environnement de développement Python sur votre Mac
Introduction à Python avec Atom (en route)
[Python] Comment installer OpenCV sur Anaconda [Windows]
Étapes pour installer votre propre bibliothèque avec pip
Installez Tensorflow sur Mac
Installer python sur WSL
Installez pyenv sur Mac
Comment installer Python
Installez Python sur Pidora.
Installez Scrapy sur python3
Installez Ansible sur Mac
Comment installer python
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
J'ai réussi à résoudre la situation où Python ne fonctionne pas sur Mac
Installez séparément une version de Python qui n'est pas préinstallée sur votre Mac
Réfléchissez à la programmation de Python sur votre iPad
Installez la dernière version de CMake sur Ubuntu 18.04.4 LTS
Installez Python 3 sur Mac et créez un environnement [Definitive Edition]
J'ai essayé Python sur Mac pour la première fois.
Installez le sélénium sur votre Mac et essayez-le avec python
Très facile à installer SciPy sur Mac OS X