@@ -77,18 +77,11 @@ extends the packaging and installation facilities provided by the distutils
77
77
in the standard library. Once you add Distribute to your Python system you can
78
78
download and install any compliant Python software product with a single
79
79
command. It also enables you to add this network installation capability to
80
- your own Python software with very little work.
80
+ your own Python software with very little work. Homebrew already installed
81
+ Distribute for you.
81
82
82
- Homebrew already installed Distribute for you. Its ``easy_install `` command is
83
- considered by many to be deprecated, so we will install its replacement:
84
- **pip **. Pip allows for uninstallation of packages, and is actively maintained,
85
- unlike easy_install.
86
-
87
- To install pip, simply open a command prompt and run
88
-
89
- .. code-block :: console
90
-
91
- $ easy_install pip
83
+ Happily, when you ran `brew install python `, Homebrew also installed **pip **.
84
+ Pip allows for uninstallation of packages, and is actively maintained.
92
85
93
86
94
87
Virtualenv
@@ -127,6 +120,9 @@ environment. Put your own code within a subdirectory of the environment,
127
120
however you wish. When you no longer need a particular environment, simply
128
121
copy your code out of it, and then delete the main directory for the environment.
129
122
123
+ An useful set of extensions to virtualenv is available in virtualenvwrapper,
124
+ `RTFD <http://virtualenvwrapper.readthedocs.org/en/latest/ >`_ to find out more.
125
+
130
126
131
127
--------------------------------
132
128
0 commit comments