Etc |
pip 수동 설치 및 업그레이드홍사훈 0건 426회 20-02-01 09:05 |
---|
관련링크
본문
Requirement already satisfied: pip in d:\python\lib\site-packages (10.0.4)
Collecting pip
Downloading pip-10.3-py3-none-any.whl (2.1 MB)
---------------------------------------- 2.1/2.1 MB 18.7 MB/s eta 0:00:00
Installing collected packages: pip
Attempting uninstall: pip
Found existing installation: pip 10.0.4
Uninstalling pip-10.0.4:
Successfully uninstalled pip-10.0.4
Successfully installed pip-10.3
D:\python\Scripts>
Python 2에서 PIP설치
D:\python\Scripts> python get-pip.py
PIP로 모듈 설치
$ python -m pip install [모듈이름]
$ pip install [모듈이름]
D:\python\Scripts> python -m pip install [모듈이름]
PIP로 모듈 삭제
$ pip uninstall [모듈이름]
D:\python\Scripts> python -m pip uninstall [모듈이름]
설치된 모듈 확인
$ python -m pip list
$ pip list
D:\python\Scripts> python -m pip list
등록된 댓글이 없습니다.