aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
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
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')
-rw-r--r--Library/Formula/python.rb4
-rw-r--r--Library/Formula/python3.rb4
2 files changed, 2 insertions, 6 deletions
diff --git a/Library/Formula/python.rb b/Library/Formula/python.rb
index 4fb6569b5..632ed4e5f 100644
--- a/Library/Formula/python.rb
+++ b/Library/Formula/python.rb
@@ -232,9 +232,7 @@ class Python < Formula
Python demo
#{HOMEBREW_PREFIX}/share/python/Extras
- Setuptools and Pip have been installed. To update them
- pip install --upgrade setuptools
- pip install --upgrade pip
+ Setuptools and Pip have been installed, too.
To symlink "Idle" and the "Python Launcher" to ~/Applications
`brew linkapps`
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`