Pip tox 설치

pip tox 설치

1 확인[ | ]

[root@zetawiki ~]# tox --version
-bash: tox: command not found
[root@zetawiki ~]# pip list | grep tox
[root@zetawiki ~]#

2 설치[ | ]

[root@zetawiki ~]# pip install tox
Collecting tox
  Downloading tox-2.8.2-py2.py3-none-any.whl (49kB)
... (생략)
Collecting pluggy<1.0,>=0.3.0 (from tox)
  Downloading pluggy-0.5.2.tar.gz
Installing collected packages: virtualenv, py, pluggy, tox
  Running setup.py install for pluggy ... done
Successfully installed pluggy-0.5.2 py-1.4.34 tox-2.8.2 virtualenv-15.1.0

3 확인 2[ | ]

[root@zetawiki ~]# pip list | grep tox
tox (2.8.2)
[root@zetawiki ~]# tox --version
2.8.2 imported from /usr/lib/python2.7/site-packages/tox/__init__.pyc

4 같이 보기[ | ]

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