Python and Django

From HaFrWiki
Revision as of 20:24, 23 December 2017 by Hjmf (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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

top

Reference

top