Skip to content

Bump pip version to 9.0.1 #158

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
ye opened this issue Nov 11, 2016 · 1 comment
Closed

Bump pip version to 9.0.1 #158

ye opened this issue Nov 11, 2016 · 1 comment

Comments

@ye
Copy link

ye commented Nov 11, 2016

$ docker pull python:3.5
3.5: Pulling from library/python
386a066cd84a: Pull complete 
75ea84187083: Pull complete 
88b459c9f665: Pull complete 
1e3ee139a577: Pull complete 
729baab2cba2: Pull complete 
6792e43546b2: Pull complete 
61cd79806d9e: Pull complete 
Digest: sha256:845576d452e927e6d72502daf2f0e328b2464b56818786533dbcf18d42ccd827
Status: Downloaded newer image for python:3.5

$ docker run --rm -it python:3.5 bash
root@11b136f8b106:/# pip -V
pip 8.1.2 from /usr/local/lib/python3.5/site-packages (python 3.5)

root@11b136f8b106:/# pip install six
Collecting six
  Downloading six-1.10.0-py2.py3-none-any.whl
Installing collected packages: six
Successfully installed six-1.10.0
You are using pip version 8.1.2, however version 9.0.1 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.

root@11b136f8b106:/# pip install --upgrade pip
Collecting pip
  Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB)
    100% |████████████████████████████████| 1.3MB 1.1MB/s 
Installing collected packages: pip
  Found existing installation: pip 8.1.2
    Uninstalling pip-8.1.2:
      Successfully uninstalled pip-8.1.2
Successfully installed pip-9.0.1
@ye
Copy link
Author

ye commented Nov 11, 2016

Oops, looks like a dupe of #154

@ye ye closed this as completed Nov 11, 2016
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

No branches or pull requests

1 participant