"Pip freeze"의 두 판 사이의 차이

(새 문서: ==개요== ;pip freeze <source lang='cli'> root@zetawiki:~# pip freeze argparse==1.2.1 docutils==0.12 simplejson==3.8.2 ssh-import-id==3.21 wheel==0.24.0 </source> ==같이 보기==...)
 
4번째 줄: 4번째 줄:
<source lang='cli'>
<source lang='cli'>
root@zetawiki:~# pip freeze
root@zetawiki:~# pip freeze
argparse==1.2.1
docutils==0.11
docutils==0.12
Jinja2==2.7.2
simplejson==3.8.2
MarkupSafe==0.19
ssh-import-id==3.21
Pygments==1.6
wheel==0.24.0
Sphinx==1.2.2
</source>
</source>



2016년 3월 4일 (금) 10:40 판

1 개요

pip freeze
root@zetawiki:~# pip freeze
docutils==0.11
Jinja2==2.7.2
MarkupSafe==0.19
Pygments==1.6
Sphinx==1.2.2

2 같이 보기

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