"Pip"의 두 판 사이의 차이

잔글
 
(사용자 4명의 중간 판 16개는 보이지 않습니다)
2번째 줄: 2번째 줄:
==개요==
==개요==
;pip
;pip
* pip는 2020년 1월 1일부터 파이썬 2.7버전을 지원하지 않습니다. 자세한 사항은 https://pip.pypa.io/en/latest/development/release-process/#python-2-support 를 참고하시기 바랍니다
*Python 패키지 매니저
*Python 패키지 매니저
<source lang='console'>
root@zetawiki:~# pip --version
pip 1.5.4 from /usr/lib/python2.7/dist-packages (python 2.7)
</source>
<source lang='console'>
root@zetawiki:~# pip list | tail
setuptools (3.3)
simplejson (3.8.2)
six (1.5.2)
ssh-import-id (3.21)
Twisted-Core (13.2.0)
urllib3 (1.7.1)
vboxapi (1.0)
wheel (0.24.0)
wsgiref (0.1.2)
zope.interface (4.0.5)
</source>


==같이 보기==
==같이 보기==
*[[Python3 pip 설치]]
*[[pip show]]
*[[pip list]]
*[[PyPI]]
*[[easy_install]]
*[[easy_install]]
*[[MySQL-python 설치]]
*[[MySQL-python 설치]]
*[[Python 모듈 설치 확인]]
*[[Python 모듈 설치 확인]]
*[[파이썬 pip, easy_install 정상화]]


==참고 자료==
==참고==
*https://pip.pypa.io/en/latest/
*https://pip.pypa.io/en/latest/
*https://en.wikipedia.org/wiki/Pip_(package_manager)
*https://en.wikipedia.org/wiki/Pip_(package_manager)
*https://pypi.python.org/pypi
*https://pip.pypa.io/en/stable/reference/


[[분류: pip]]
[[분류: pip]]

2020년 3월 12일 (목) 20:51 기준 최신판

1 개요[ | ]

pip
root@zetawiki:~# pip --version
pip 1.5.4 from /usr/lib/python2.7/dist-packages (python 2.7)
root@zetawiki:~# pip list | tail
setuptools (3.3)
simplejson (3.8.2)
six (1.5.2)
ssh-import-id (3.21)
Twisted-Core (13.2.0)
urllib3 (1.7.1)
vboxapi (1.0)
wheel (0.24.0)
wsgiref (0.1.2)
zope.interface (4.0.5)

2 같이 보기[ | ]

3 참고[ | ]

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