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:
parent
3b30760f5b
commit
16f659451a
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user