简体   繁体   English

Pip 安装 python 模块很容易

[英]Pip install python modules easy

I am looking for an easy way to install/uninstall Python modules and found pip.我正在寻找一种简单的方法来安装/卸载 Python 模块并找到 pip。 Where does pip install to? pip 安装在哪里? I installed as an example "linkify" and it supposed to work but I didnt find it in the sitepackages.我作为示例安装了“linkify”,它应该可以工作,但我没有在站点包中找到它。 With videodownloader I had a permission denied issue at usr/local/bin.使用 videodownloader,我在 usr/local/bin 遇到了权限被拒绝的问题。 So I lost my hopes again to find something easy.因此,我再次失去了寻找简单事物的希望。 Is there a python modules installation for dummies.是否有用于假人的 python 模块安装。

Setuptools, http://pypi.python.org/pypi/setuptools includes the EasyInstall tool. Setuptools, http://pypi.python.org/pypi/setuptools包括 EasyInstall 工具。

Check out http://packages.python.org/distribute/easy_install.html#downloading-and-installing-a-package to see how to use it.查看http://packages.python.org/distribute/easy_install.html#downloading-and-installing-a-package了解如何使用它。

Once you get that installed it should be... easy.一旦你安装了它应该......很容易。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM