File tree Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ line at the bottom of your ``~/.bashrc`` file
54
54
55
55
Now, we can install Python 2.7: ::
56
56
57
- $ brew install python --framework
57
+ $ brew install python
58
58
59
59
This will take a minute or two. Once that's complete, you'll have to add the
60
60
new Python scripts directory to your ``PATH ``
@@ -63,11 +63,6 @@ new Python scripts directory to your ``PATH``
63
63
64
64
export PATH=/usr/local/share/python:$PATH
65
65
66
- The ``--framework `` option tells Homebrew to compile a Framework-style Python
67
- build, rather than a UNIX-style build. The outdated version of Python that
68
- Snow Leopard comes packaged with is built as a Framework, so this helps avoid
69
- some future module installation bugs.
70
-
71
66
72
67
Distribute & Pip
73
68
----------------
You can’t perform that action at this time.
0 commit comments