mirror of
https://github.com/kennethreitz-archive/osxpython.org.git
synced 2026-06-05 23:40:18 +00:00
documentation update
This commit is contained in:
+2
-2
@@ -35,10 +35,10 @@ Python Interpreter
|
||||
|
||||
And we can now install Python 2.7: ::
|
||||
|
||||
$ sudo brew install python ::framework
|
||||
$ sudo brew install python --framework
|
||||
|
||||
|
||||
The ``::framework`` option tells Homebrew to compile Python in Framework
|
||||
The ``--framework`` option tells Homebrew to compile Python in Framework
|
||||
mode. 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