From 35eee9c7caad7ffd471bee224f09ed0f6037b3b0 Mon Sep 17 00:00:00 2001 From: samueljohn Date: Tue, 2 Oct 2012 15:00:09 +0200 Subject: [PATCH] Replace mentions of easy_install by pip Use this chance to correct minor typos. Closes Homebrew/homebrew#15242. Signed-off-by: Adam Vandenberg --- Formula/python.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/python.rb b/Formula/python.rb index 5da9702956c..b4ef9033fbe 100644 --- a/Formula/python.rb +++ b/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 ` They will install into the site-package directory