pip 安装 python 模块很简单

发布于 2024-11-25 09:16:27 字数 186 浏览 2 评论 0原文

我正在寻找一种安装/卸载 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

帥小哥 2024-12-02 09:16:27

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文