From 955b8fa58c69b1060b83a383ddb14392bee806be Mon Sep 17 00:00:00 2001 From: Samuel John Date: Wed, 21 Aug 2013 12:07:19 +0200 Subject: 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. --- Library/Formula/python3.rb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'Library/Formula/python3.rb') 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` -- cgit v1.2.3