Replace mentions of easy_install by pip
Use this chance to correct minor typos. Closes Homebrew/homebrew#15242. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
3cb7a02beb
commit
33b2a29e14
@ -29,9 +29,7 @@ def blacklisted? name
|
|||||||
We recommend using a MacTeX distribution: http://www.tug.org/mactex/
|
We recommend using a MacTeX distribution: http://www.tug.org/mactex/
|
||||||
EOS
|
EOS
|
||||||
when 'pip' then <<-EOS.undent
|
when 'pip' then <<-EOS.undent
|
||||||
Install pip with easy_install:
|
pip is installed by `brew install python`
|
||||||
|
|
||||||
easy_install pip
|
|
||||||
EOS
|
EOS
|
||||||
when 'macruby' then <<-EOS.undent
|
when 'macruby' then <<-EOS.undent
|
||||||
MacRuby works better when you install their package:
|
MacRuby works better when you install their package:
|
||||||
|
|||||||
@ -185,7 +185,7 @@ class LanguageModuleDependency < Requirement
|
|||||||
when :lua then "luarocks install"
|
when :lua then "luarocks install"
|
||||||
when :node then "npm install"
|
when :node then "npm install"
|
||||||
when :perl then "cpan -i"
|
when :perl then "cpan -i"
|
||||||
when :python then "easy_install"
|
when :python then "pip install"
|
||||||
when :rbx then "rbx gem install"
|
when :rbx then "rbx gem install"
|
||||||
when :ruby then "gem install"
|
when :ruby then "gem install"
|
||||||
end
|
end
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user