Skip to content

pip install --upgrade reports wrong version on success #2382

Closed
@anentropic

Description

@anentropic

When upgrading, pip reports that it "Successfully installed" the version it just upgraded from.

Actual upgrade seems to have succeeded, it's just the success message is wrong.

$ pip install --upgrade pip
Collecting pip from https://pypi.python.org/packages/py2.py3/p/pip/pip-6.0.7-py2.py3-none-any.whl#md5=9a7ea5d89062613887b75e01e5d82c36
  Using cached pip-6.0.7-py2.py3-none-any.whl
Installing collected packages: pip
  Found existing installation: pip 6.0.6
    Uninstalling pip-6.0.6:
      Successfully uninstalled pip-6.0.6

Successfully installed pip-6.0.6
$ pip --version
pip 6.0.7 from /usr/local/lib/python2.7/site-packages (python 2.7)

Metadata

Metadata

Assignees

No one assigned

    Labels

    auto-lockedOutdated issues that have been locked by automation

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions