aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/python3.rb
diff options
context:
space:
mode:
authorSamuel John2013-08-21 12:07:19 +0200
committerSamuel John2013-08-21 12:07:19 +0200
commit955b8fa58c69b1060b83a383ddb14392bee806be (patch)
tree3f35e70e5988b7da79f430098cea112fd60250e4 /Library/Formula/python3.rb
parent9e4c2092fe0b3701a07780ff5beca6c1f2d66081 (diff)
downloadhomebrew-955b8fa58c69b1060b83a383ddb14392bee806be.tar.bz2
python & python3: Don't tell how to upgrade pip
Pip and setuptools can't be updated the way we write in the caveats. This is because pip fails to remove the symlink from the `brew --prefix`. Also we said that we don't like self-updating tools. We will rather update the python formula, and bump the revision (once we have the revision feature) when pip or setuptools get updated.
Diffstat (limited to 'Library/Formula/python3.rb')
-rw-r--r--Library/Formula/python3.rb4
1 files changed, 1 insertions, 3 deletions
diff --git a/Library/Formula/python3.rb b/Library/Formula/python3.rb
index 96a0e27cd..e59ca50c6 100644
--- a/Library/Formula/python3.rb
+++ b/Library/Formula/python3.rb
@@ -227,9 +227,7 @@ class Python3 < Formula
def caveats
text = <<-EOS.undent
- Setuptools and Pip have been installed. To update them
- pip3 install --upgrade setuptools
- pip3 install --upgrade pip
+ Setuptools and Pip have been installed, too.
To symlink "Idle 3" and the "Python Launcher 3" to ~/Applications
`brew linkapps`