diff options
| author | samueljohn | 2012-10-02 15:00:09 +0200 |
|---|---|---|
| committer | Adam Vandenberg | 2012-10-02 08:29:21 -0700 |
| commit | 57cee7a477dc49d6edf83cd610492732a3976816 (patch) | |
| tree | e316f0a47c9a7f12b5235f1f2e19a4fbac821fd3 /Library/Formula | |
| parent | f4a0f44a7d7930f3f9ae43dbe5dba539fc1e73ea (diff) | |
| download | homebrew-57cee7a477dc49d6edf83cd610492732a3976816.tar.bz2 | |
Replace mentions of easy_install by pip
Use this chance to correct minor typos.
Closes #15242.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/python.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/python.rb b/Library/Formula/python.rb index 5da970295..b4ef9033f 100644 --- a/Library/Formula/python.rb +++ b/Library/Formula/python.rb @@ -149,7 +149,7 @@ class Python < Formula # Fix 3) # For all Pythons: Tell about homebrew's site-packages location. - # This is needed for for Python to parse *.pth files. + # This is needed for Python to parse *.pth files. site.addsitedir('#{site_packages}') EOF @@ -247,7 +247,7 @@ class Python < Formula To symlink "Idle" and the "Python Launcher" to ~/Applications `brew linkapps` - You can install Python packages with (the outdated easy_install) or + You can install Python packages with (the outdated easy_install or) `pip install <your_favorite_package>` They will install into the site-package directory |
