Skip to content

Commit b9d6af4

Browse files
author
Kenneth Reitz
committed
no sudo!
1 parent 5bf22b2 commit b9d6af4

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

docs/installation.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,16 +35,15 @@ Python Interpreter
3535

3636
And we can now install Python 2.7: ::
3737

38-
$ sudo brew install python --framework
38+
$ brew install python --framework
3939

4040

4141
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
4242
is built as a Framework, so this helps avoid some future module installation
4343
bugs.
4444

45-
*Don't forget to update your environment PATH.* ::
45+
*Don't forget to update your environment PATH.*
4646

47-
$ echo 'EXPORT PATH=/usr/local/Cellar/python2.7/bin:$PATH' >> .profile
4847

4948
Distribute & Pip
5049
::::::::::::::::

0 commit comments

Comments
 (0)