Pip install --upgrade pip

1 개요[ | ]

pip모듈을 업그레이드하는데 사용된다.

You are using pip version 8.1.1, however version 9.0.1 is available. pip install --upgrade pip

root@zetawiki:~# pip list
acme (0.4.1)
args (0.1.0)
... (생략)
zope.hookable (4.0.4)
zope.interface (4.1.3)
You are using pip version 8.1.1, however version 9.0.1 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
root@zetawiki:~# pip install --upgrade pip
Collecting pip
  Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB)
    100% |████████████████████████████████| 1.3MB 1.3MB/s 
Installing collected packages: pip
  Found existing installation: pip 8.1.1
    Not uninstalling pip at /usr/lib/python2.7/dist-packages, outside environment /usr
Successfully installed pip-9.0.1
root@zetawiki:~# pip list
DEPRECATION: The default format will switch to columns in the future. You can use --format=(legacy|columns) (or define a format=(legacy|columns) in your pip.conf under the [list] section) to disable this warning.
acme (0.4.1)
args (0.1.0)
... (생략)

2 같이 보기[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}