From 2a5ad4b9ab2bb9148531571b376b7acbb14554ff Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Mon, 23 Jan 2012 15:32:47 -0500 Subject: [PATCH] should be at beginning --- docs/starting/install/osx.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/starting/install/osx.rst b/docs/starting/install/osx.rst index dd3f804..858f3c1 100644 --- a/docs/starting/install/osx.rst +++ b/docs/starting/install/osx.rst @@ -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.