mirror of
https://github.com/kennethreitz/python-guide.git
synced 2026-06-05 14:50:19 +00:00
should be at beginning
This commit is contained in:
@@ -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.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user