Sous Mac
Sous Mac OS X (Maverick)
Il est conseillé d'installer Active Python via http://www.activestate.com/activepython/downloads.
Il faut ensuite changer le .bash_rc :
ouvrir un terminal et coller
touch ~/.bash_profile;open -a textedit ~/.bash_profile
Dans le fichier ouvert par textedit y écrire :
PATH=/usr/local/bin:$PATH; export PATH
Ouvrir un terminal et taper python. (refermer les anciens et en ouvrir un nouveau). Voici ce qui doit apparaître :
ActivePython 2.7.5.6 (ActiveState Software Inc.) based on
Python 2.7.5 (#1, Mar 30 2005, 09:33:37)
[GCC 3.3 20030304 (Apple Computer, Inc. build 1666)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>>
Sous Mac OS via une VMWare
Installer une VMWare (par exemple Virtual Box https://www.virtualbox.org/wiki/Downloads)
Installer sous la VMWare une distribution Linux
Voir ensuite l'installation de python sous Linux