Python easy_install just needs the package

adding 'install' to the command line breaks things

Closes Homebrew/homebrew#7489.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
This commit is contained in:
Kevin Moore 2011-09-07 12:56:23 -07:00 committed by Charlie Sharpsteen
parent 3b30760f5b
commit 16f659451a

View File

@ -84,7 +84,7 @@ class UnsatisfiedExternalDependencyError < Homebrew::InstallationError
def command_line
case type
when :python
"easy_install install"
"easy_install"
when :ruby
"gem install"
when :perl