Commit Graph

15 Commits

Author SHA1 Message Date
Dan Bader 03ed5fbf0d Host photos locally 2018-07-16 17:51:29 -07:00
Allison Browne 2857fda10a Update osx.rst 2018-06-11 15:58:08 -04:00
cclauss 26c994960d Homebrew changed the way that Python is installed
https://docs.brew.sh/Homebrew-and-Python

The default __python__ is now Python 3.
2018-03-04 03:09:42 +01:00
Ken Colton a0e33fd384 (osx) how to make python reference python3
I noticed that the very next page (which is no longer OSX specific) makes the assumption that `python` will invoke the Python 3 interpreter, while the last mention of versions on this page leaves `python` referencing the OSX System Python interpreter.

I honestly do not know if this is the "correct" way to configure this default. It looks like brew is cautious about symlinking over the native Python 2.7.10 (High Sierra) and they might have good reason. All of my projects are Python 3 now, so i'm ready to "make it ~facebook~ PATH official with Python 3"

Regardless of how it's done - or if it's a bad idea - it's worth mentioning IMO because there is a discontinuity of where this page leaves `python` and where the next page assumes `python` to be.
2018-01-31 22:22:28 -05:00
Bas Kok 40b16591ae update latest MacOS version name (High Sierra) 2017-11-20 10:27:31 +01:00
Chong Guo 1cd8fd2e82 fixed typo 2017-10-09 14:23:43 -07:00
kennethreitz a3ac30630f Update osx.rst 2017-09-04 16:41:39 -04:00
kennethreitz 4c5f4c2aeb Update osx.rst 2017-08-30 19:03:08 -04:00
cclauss af75a6aad6 Changes in how homebrew installs Python on Mac OSX
Homebrew no longer sets `pip`.

See 5 executable names in https://docs.brew.sh/Homebrew-and-Python.html
* `python` points to the macOS system Python (with no manual PATH modification)
* `python2` points to Homebrew’s Python 2.7.x (if installed)
* `python3` points to Homebrew’s Python 3.x (if installed)
* `pip2` points to Homebrew’s Python 2.7.x’s pip (if installed)
* `pip3` points to Homebrew’s Python 3.x’s pip (if installed)
2017-08-17 13:33:16 +02:00
kennethreitz 83d1fd49d5 fixes 2017-04-13 11:00:51 -04:00
kennethreitz 9164a1b1e9 working with python 3 2017-04-13 10:53:18 -04:00
Marijn van der Zee 85762b8282 We do not want to have it show up in any toc
We dot his by marking this page as orphan
2017-03-11 14:30:26 +01:00
Kenneth Reitz 96ddd776e0 improvements 2016-12-07 11:34:28 -08:00
Kenneth Reitz 63841bdc50 sierra 2016-12-07 11:32:47 -08:00
Adam Nelson 8da905eae3 First stab at Python3 OS X docs 2016-03-14 14:28:01 -04:00