pip 安装 python 模块很简单
我正在寻找一种安装/卸载 Python 模块的简单方法,并找到了 pip。 pip 安装到哪里? 我作为示例安装了“linkify”,它应该可以工作,但我没有在站点包中找到它。 使用 videodownloader 我在 usr/local/bin 遇到权限被拒绝的问题。 于是我再次失去了寻找简单事情的希望。 有没有适合傻瓜的 python 模块安装。
I am looking for an easy way to install/uninstall Python modules and found pip.
Where does pip install to?
I installed as an example "linkify" and it supposed to work but I didnt find it in the sitepackages.
With videodownloader I had a permission denied issue at usr/local/bin.
So I lost my hopes again to find something easy.
Is there a python modules installation for dummies.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Setuptools,http://pypi.python.org/pypi/setuptools 包括 EasyInstall 工具。
查看 http://packages.python.org/distribute /easy_install.html#downloading-and-installing-a-package 查看如何使用它。
一旦安装完毕,它应该......很容易。
Setuptools, http://pypi.python.org/pypi/setuptools includes the EasyInstall tool.
Check out http://packages.python.org/distribute/easy_install.html#downloading-and-installing-a-package to see how to use it.
Once you get that installed it should be ... easy.