Skip to content

Disable the pip version check message for uninstalls - #10740

Merged
jzoldak merged 1 commit into
masterfrom
zoldak/quiet-pip-uninstalls
Nov 25, 2015
Merged

Disable the pip version check message for uninstalls#10740
jzoldak merged 1 commit into
masterfrom
zoldak/quiet-pip-uninstalls

Conversation

@jzoldak

@jzoldak jzoldak commented Nov 25, 2015

Copy link
Copy Markdown
Contributor

@nedbat @benpatterson
Similar to #9655.

For quieting these messages from the current output:

pip freeze
pip uninstall -y South
You are using pip version 6.0.8, however version 7.1.2 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
Uninstalling South-1.0.1:
  Successfully uninstalled South-1.0.1
pip uninstall -y edxval
You are using pip version 6.0.8, however version 7.1.2 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
Uninstalling edxval-0.0.5:
  Successfully uninstalled edxval-0.0.5
pip uninstall -y django-storages
You are using pip version 6.0.8, however version 7.1.2 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
Uninstalling django-storages-1.1.5:
  Successfully uninstalled django-storages-1.1.5

@benpatterson

Copy link
Copy Markdown
Contributor

LGTM

@nedbat

nedbat commented Nov 25, 2015

Copy link
Copy Markdown
Contributor

👍

jzoldak pushed a commit that referenced this pull request Nov 25, 2015
Disable the pip version check message for uninstalls
@jzoldak
jzoldak merged commit 83979f3 into master Nov 25, 2015
@jzoldak
jzoldak deleted the zoldak/quiet-pip-uninstalls branch November 25, 2015 16:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants