IPython 错误:/usr/local/bin/iptest:权限被拒绝

发布于 2024-10-29 22:54:04 字数 557 浏览 1 评论 0 原文

我正在尝试在终端的 Snow Leopard 中安装 iPython。

在终端窗口中,我输入:

$sudo /usr/bin/easy_install-2.6 ipython

我得到以下结果:

Searching for ipython
Best match: ipython 0.10.1
Processing ipython-0.10.1-py2.6.egg
ipython 0.10.1 is already the active version in easy-install.pth
Installing iptest script to /usr/local/bin
error: /usr/local/bin/iptest: Permission denied

是否有原因导致我不断收到“错误:/usr/local/bin/iptest:权限被拒绝”?我的 mac 上只有一个帐户,但我猜测它可能与管理员或 root 访问权限有关,但我认为使用 $sudo 可以让它工作。

任何帮助将不胜感激。

谢谢!

I'm trying to install iPython in Snow Leopard in Terminal.

In the terminal window I type:

$sudo /usr/bin/easy_install-2.6 ipython

I get the following result:

Searching for ipython
Best match: ipython 0.10.1
Processing ipython-0.10.1-py2.6.egg
ipython 0.10.1 is already the active version in easy-install.pth
Installing iptest script to /usr/local/bin
error: /usr/local/bin/iptest: Permission denied

Is there a reason why I keep getting the "error: /usr/local/bin/iptest: Permission denied"? I only have one account on my mac but I'm guessing that it may have something to do with admin or root access, but I thought using $sudo would allow it to work.

Any help would be greatly appreciated.

Thanks!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

冰火雁神 2024-11-05 22:54:04

我建议不要搞乱你的系统 python 并使用 virtualenv 代替。

这也可以避免权限问题。

I suggest not to mess up with your system python and use virtualenv instead.

This would avoid permission problems too.

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