Skip to content

Old pip version is still present #118

Description

@michael-k

Although pip 8.1.2 is installed in the docker image python:3.5, pip 7.1.2 is still present.

pip 8.1.2 is installed and used:

$ docker run --rm -it python:3.5 pip --version
pip 8.1.2 from /usr/local/lib/python3.5/site-packages (python 3.5)

pip lists an old version of itself as outdated:

$ docker run --rm -it python:3.5 pip list --outdated                       
pip (7.1.2) - Latest: 8.1.2 [wheel]
setuptools (18.2) - Latest: 23.0.0 [wheel]
You are using pip version 7.1.2, however version 8.1.2 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.

It sill lies around in site-packages:

$ docker run --rm -it python:3.5 ls /usr/local/lib/python3.5/site-packages/
README  __pycache__  _markerlib  easy_install.py  pip  pip-7.1.2.dist-info  pip-8.1.2.dist-info  pkg_resources  setuptools  setuptools-18.2.dist-info

Regards pypa/pip#3538

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions