should be at beginning

This commit is contained in:
Kenneth Reitz
2012-01-23 15:32:47 -05:00
parent 313951f7c3
commit 2a5ad4b9ab
+1 -1
View 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``:: 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. 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.