提交 143851ba 编写于 作者: C Carl Meyer

set nonzero exit code on failure (fixes #33)

上级 148ff3a8
#!/usr/bin/env python
import pip
pip.main()
import pip, sys
sys.exit(pip.main())
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册