Revert "python & python3: Don't tell how to upgrade pip"
This reverts commit 955b8fa58c69b1060b83a383ddb14392bee806be.
This commit is contained in:
parent
7871f860e4
commit
f714617e6b
2 changed files with 6 additions and 2 deletions
|
@ -235,7 +235,9 @@ class Python < Formula
|
|||
Python demo
|
||||
#{HOMEBREW_PREFIX}/share/python/Extras
|
||||
|
||||
Setuptools and Pip have been installed, too.
|
||||
Setuptools and Pip have been installed. To update them
|
||||
pip install --upgrade setuptools
|
||||
pip install --upgrade pip
|
||||
|
||||
To symlink "Idle" and the "Python Launcher" to ~/Applications
|
||||
`brew linkapps`
|
||||
|
|
|
@ -230,7 +230,9 @@ class Python3 < Formula
|
|||
|
||||
def caveats
|
||||
text = <<-EOS.undent
|
||||
Setuptools and Pip have been installed, too.
|
||||
Setuptools and Pip have been installed. To update them
|
||||
pip3 install --upgrade setuptools
|
||||
pip3 install --upgrade pip
|
||||
|
||||
To symlink "Idle 3" and the "Python Launcher 3" to ~/Applications
|
||||
`brew linkapps`
|
||||
|
|
Loading…
Reference in a new issue