Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何pants在 Python 中安装?
pants
我在谷歌搜索了一段时间,并没有得到一个直接的答案。
我目前正在使用 Linux Mint 和 Python 2.7.3 版。
稍微详细一点,从 pypi 安装一个版本可能是最好的方法。Pants 有一个处理该安装的 shell 脚本。这在文档中都是可用的,但在这里不需要外部链接:
curl -L -O https://pantsbuild.github.io/setup/pants && chmod +x pants && touch pants.ini
你准备好了。运行./pants --version,这将为您创建裤子 virtualenv。
./pants --version