Skip to content

Commit c9378a0

Browse files
authored
Update osx.rst
1 parent adae3f0 commit c9378a0

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

docs/starting/install3/osx.rst

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ If you have OS X 10.12 (Sierra) or older use this line instead
6666

6767
.. code-block:: console
6868
69-
export PATH=/usr/local/bin:/usr/local/sbin:$PATH
69+
export PATH=$PATH:/usr/local/bin:/usr/local/sbin
7070
7171
Now, we can install Python 3:
7272

@@ -90,7 +90,12 @@ Working with Python 3
9090
At this point, you have the system Python 2.7 available, potentially the
9191
:ref:`Homebrew version of Python 2 <install-osx>` installed, and the Homebrew
9292
version of Python 3 as well.
93+
.. code-block:: console
9394
95+
$ ln -s /usr/local/bin/python3 /usr/local/bin/python
96+
$ ln -s /usr/local/bin/pip3 /usr/local/bin/pip
97+
98+
9499
.. code-block:: console
95100
96101
$ python

0 commit comments

Comments
 (0)