"Pip"의 두 판 사이의 차이

잔글 (봇: 자동으로 텍스트 교체 (-== 참고 자료 == +==참고==))
32번째 줄: 32번째 줄:
*[[파이썬 pip, easy_install 정상화]]
*[[파이썬 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)

2017년 6월 27일 (화) 13:01 판

1 개요

pip
  • Python 패키지 매니저
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 }}