We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adae3f0 commit c9378a0Copy full SHA for c9378a0
docs/starting/install3/osx.rst
@@ -66,7 +66,7 @@ If you have OS X 10.12 (Sierra) or older use this line instead
66
67
.. code-block:: console
68
69
- export PATH=/usr/local/bin:/usr/local/sbin:$PATH
+ export PATH=$PATH:/usr/local/bin:/usr/local/sbin
70
71
Now, we can install Python 3:
72
@@ -90,7 +90,12 @@ Working with Python 3
90
At this point, you have the system Python 2.7 available, potentially the
91
:ref:`Homebrew version of Python 2 <install-osx>` installed, and the Homebrew
92
version of Python 3 as well.
93
+.. code-block:: console
94
95
+ $ ln -s /usr/local/bin/python3 /usr/local/bin/python
96
+ $ ln -s /usr/local/bin/pip3 /usr/local/bin/pip
97
+
98
99
100
101
$ python
0 commit comments