Skip to content

Commit e2b2a11

Browse files
committed
Remove un-needed export command
Dropped the 'export PATH=/usr/local/share/python:$PATH' command and explanation.
1 parent 977b5fd commit e2b2a11

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

docs/starting/install/osx.rst

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -59,12 +59,7 @@ Now, we can install Python 2.7:
5959
6060
$ brew install python
6161
62-
This will take a minute or two. Once that's complete, you'll have to add the
63-
new Python scripts directory to your :envvar:`PATH`
64-
65-
.. code-block:: console
66-
67-
export PATH=/usr/local/share/python:$PATH
62+
This will take a minute or two.
6863

6964

7065
Setuptools & Pip

0 commit comments

Comments
 (0)