diff options
| author | Jack Nagel | 2013-08-28 13:12:29 -0500 |
|---|---|---|
| committer | Jack Nagel | 2013-08-28 13:18:26 -0500 |
| commit | 72ee11d988eff7e4af82eec813381f3f82950b08 (patch) | |
| tree | cf02a7c545cefaf3e656694339ff6fdd2632f590 /Library | |
| parent | 3bbb97e9240e41d9d1ff165817527e9429fcc03c (diff) | |
| download | homebrew-72ee11d988eff7e4af82eec813381f3f82950b08.tar.bz2 | |
Revert "python & python3: Don't tell how to upgrade pip"
This reverts commit 955b8fa58c69b1060b83a383ddb14392bee806be.
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/python.rb | 4 | ||||
| -rw-r--r-- | Library/Formula/python3.rb | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/Library/Formula/python.rb b/Library/Formula/python.rb index f4384ae61..04b0858bb 100644 --- a/Library/Formula/python.rb +++ b/Library/Formula/python.rb @@ -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` diff --git a/Library/Formula/python3.rb b/Library/Formula/python3.rb index 7269f828f..2f875f440 100644 --- a/Library/Formula/python3.rb +++ b/Library/Formula/python3.rb @@ -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` |
