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.
master
Samuel John 2013-08-21 12:07:19 +02:00
parent 10d120b998
commit 2ccee142de
2 changed files with 2 additions and 6 deletions

View File

@ -232,9 +232,7 @@ class Python < Formula
Python demo Python demo
#{HOMEBREW_PREFIX}/share/python/Extras #{HOMEBREW_PREFIX}/share/python/Extras
Setuptools and Pip have been installed. To update them Setuptools and Pip have been installed, too.
pip install --upgrade setuptools
pip install --upgrade pip
To symlink "Idle" and the "Python Launcher" to ~/Applications To symlink "Idle" and the "Python Launcher" to ~/Applications
`brew linkapps` `brew linkapps`

View File

@ -227,9 +227,7 @@ class Python3 < Formula
def caveats def caveats
text = <<-EOS.undent text = <<-EOS.undent
Setuptools and Pip have been installed. To update them Setuptools and Pip have been installed, too.
pip3 install --upgrade setuptools
pip3 install --upgrade pip
To symlink "Idle 3" and the "Python Launcher 3" to ~/Applications To symlink "Idle 3" and the "Python Launcher 3" to ~/Applications
`brew linkapps` `brew linkapps`