Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 6b23faf

Browse filesBrowse files
author
Kenneth Reitz
committed
Merge pull request #319 from JeffPaine/patch-1
Update brew installation commands
2 parents 353b3aa + 4842bbb commit 6b23faf
Copy full SHA for 6b23faf

File tree

Expand file treeCollapse file tree

1 file changed

+1
-6
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-6
lines changed

‎docs/starting/install/osx.rst

Copy file name to clipboardExpand all lines: docs/starting/install/osx.rst
+1-6Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ line at the bottom of your ``~/.bashrc`` file
5454
5555
Now, we can install Python 2.7: ::
5656

57-
$ brew install python --framework
57+
$ brew install python
5858

5959
This will take a minute or two. Once that's complete, you'll have to add the
6060
new Python scripts directory to your ``PATH``
@@ -63,11 +63,6 @@ new Python scripts directory to your ``PATH``
6363
6464
export PATH=/usr/local/share/python:$PATH
6565
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-
7166
7267
Distribute & Pip
7368
----------------

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.