You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/installation.rst
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,16 +35,15 @@ Python Interpreter
35
35
36
36
And we can now install Python 2.7: ::
37
37
38
-
$ sudo brew install python --framework
38
+
$ brew install python --framework
39
39
40
40
41
41
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
42
42
is built as a Framework, so this helps avoid some future module installation
43
43
bugs.
44
44
45
-
*Don't forget to update your environment PATH.* ::
0 commit comments