Closed
Description
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
Metadata
Metadata
Assignees
Labels
No labels