Python and Django: Difference between revisions
Jump to navigation
Jump to search
Created page with "{{TOCright}} == 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/M..." |
mNo edit summary |
||
Line 10: | Line 10: | ||
Official this version is deprecated and is out-of-service from 2020. | Official this version is deprecated and is out-of-service from 2020. | ||
A good reason to upgrade <ref>[https://www.macobserver.com/analysis/how-to-upgrade-your-mac-to-python-3-2017-update Upgrade Python on Mac to version3.</ref>. | A good reason to upgrade <ref>[https://www.macobserver.com/analysis/how-to-upgrade-your-mac-to-python-3-2017-update Upgrade Python on Mac to version3.], Download page for the installer of Python 3.6 on Apple Mac OSX.</ref>. | ||
The installer will create a directory: | The installer will create a directory: | ||
* /Library/Frameworks/Python.framework/Versions/3.6/bin/python3.6 | * /Library/Frameworks/Python.framework/Versions/3.6/bin/python3.6 |
Revision as of 20:25, 23 December 2017
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.