should be at beginning
authorKenneth Reitz <me@kennethreitz.com>
Mon, 23 Jan 2012 20:32:47 +0000 (15:32 -0500)
committerKenneth Reitz <me@kennethreitz.com>
Mon, 23 Jan 2012 20:32:47 +0000 (15:32 -0500)
docs/starting/install/osx.rst

index dd3f804..858f3c1 100644 (file)
@@ -36,7 +36,7 @@ Now, we can install Python 2.7: ::
 
 This will take a minute or two. Once that's complete, you'll have to add the new Python scripts directory to your ``PATH``::
 
-    export PATH=$PATH:/usr/local/share/python
+    export PATH=/usr/local/share/python:$PATH
 
 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.