Skip to content

Commit 2a5ad4b

Browse files
author
Kenneth Reitz
committed
should be at beginning
1 parent 313951f commit 2a5ad4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/starting/install/osx.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Now, we can install Python 2.7: ::
3636

3737
This will take a minute or two. Once that's complete, you'll have to add the new Python scripts directory to your ``PATH``::
3838

39-
export PATH=$PATH:/usr/local/share/python
39+
export PATH=/usr/local/share/python:$PATH
4040

4141
The ``--framework`` option tells Homebrew to compile a Framework-style Python build, rather than a UNIX-style build. The outdated version of Python that Snow Leopard comes packaged with is built as a Framework, so this helps avoid some future module installation bugs.
4242

0 commit comments

Comments
 (0)