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
It's basic commands are **update**, **install**, and **remove**.
@@ -36,7 +36,7 @@ Python Interpreter
36
36
37
37
And we can now install Python 2.7: ::
38
38
39
-
$ brew install python --framework
39
+
$ brew install python --framework
40
40
41
41
42
42
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
@@ -62,14 +62,14 @@ To install *pip* and Distribute's *easy_install*:
**Distribute** is a fantastic drop-in replacment for **easy_install** and **setuptools**. It allows you to install and manage python packages from PyPi, amongst a few other sources.
98
106
99
107
To install it, run the python script available here:
Make sure that `C:\Python27\`, and `C:\Python27\Scripts` are in your PATH.
110
+
Make sure that ```C:\Python27\```, and ```C:\Python27\Scripts``` are in your PATH.
103
111
104
112
**easy_install** is considered by many to be a deprecated system, so we will install it's replacment: **pip**. Pip allows for uninstallation of packages, and is actively maintained, unlike setuptool's easy_install.
0 commit comments