Python and Django
Introduction
Mac OSX
Standard Python version 2.7.10 is installed on Mac OSX High Sierra and under MAMP. This version is located in:
- /Application/MAMP/Library/bin/python
- /usr/bin/python
Official this version is deprecated and is out-of-service from 2020. A good reason to upgrade [1]. The installer will create a directory:
- /Library/Frameworks/Python.framework/Versions/3.6/bin/python3.6
- /usr/local/bin/python3.6
See also
Reference
- ↑ Upgrade Python on Mac to version3., Download page for the installer of Python 3.6 on Apple Mac OSX.