Andrew Janke
808eb3a286
Fix redirected and broken links
2019-03-05 00:52:49 -05:00
Marc Poulin
1d98f63f66
Merge pull request #959 from apjanke/remove-osx-version-reference-for-default-python-version
...
Don't qualify OS X version when saying what Python version it ships with
2019-01-24 08:59:04 -07:00
Andrew Janke
9ae7b69a62
Don't qualify OS X version when saying what Python version it ships with
2018-12-18 01:02:58 -05:00
Andrew Janke
e6d6e47b46
Use "Unix" instead of "UNIX" consistently
2018-12-18 00:33:12 -05:00
Marc Poulin
0dfc4c3555
Merge pull request #949 from apjanke/style-Xcode
...
Style it "Xcode", not "XCode"
2018-12-17 13:55:39 -07:00
Andrew Janke
dfa8b35a3b
Capitalize "Homebrew" consistently"
2018-12-17 13:21:20 -05:00
Andrew Janke
45814137dc
Style it "Xcode", not "XCode"
2018-12-17 12:50:00 -05:00
Marc Poulin
35c13bc9ea
Fixed all H2 headings
...
Before, H2 fomratting was not consistent.
Now, all H2 headings use over/under asterisks.
2018-12-04 13:44:41 -07:00
Ben Norquist
eda3868a80
merge master
2018-11-20 12:10:31 -06:00
Ben Norquist
c178db7792
redundant instructions
2018-11-20 12:07:27 -06:00
Ben Norquist
fdc5e3bfaa
add path step for mojave and high sierra
2018-11-20 12:06:14 -06:00
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
Ben Norquist
58bbf2a25e
added high_sierra setup instructions
2018-05-13 20:35:43 -07: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