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 |
|