sudo eclipse 时 pydev 消失了

发布于 2024-08-16 09:29:09 字数 422 浏览 7 评论 0原文

当 sudo eclipse

我试图在 eclipse 中使用 root 权限运行 py 脚本时,pydev 消失了。

所以我以“sudo eclipse”启动 eclipse。但后来 pydev 插件消失了。 CDT插件看起来没问题。

我从 Ubuntu 存储库安装了 eclipse,并在我的用户帐户下使用 eclipse 的安装管理器安装了 pydev。当我在我的用户帐户下启动 eclipse 时,Pydev 工作正常。

我的平台:Ubuntu 9.10;日食 3.5; Pydev 1.5

感谢您的帮助

=======================================

一些后续工作:我手动下载 pydev 并将其复制到“/usr/share/eclipse/dropins”。似乎正在发挥作用

pydev disappeared when sudo eclipse

I am trying to run py script with root power within eclipse.

So I started eclipse as 'sudo eclipse'. But then pydev plugin dispeared. The CDT plugin seemed to be OK.

I installed eclipse from Ubuntu repository and pydev using eclipse 's installation manager under my user account. Pydev is working fine when I start eclipse under my user account.

my platform: Ubuntu 9.10; Eclipse 3.5; Pydev 1.5

Thanks for any help

=====================================

Some follow-up: I manually downloaded and copied pydev to the '/usr/share/eclipse/dropins'. It seemed to be working

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

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

发布评论

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

评论(2

望喜 2024-08-23 09:29:09

您的插件位置可能没有为 root 用户设置。确保插件路径包含在 root 用户的 eclipse 环境中。是否可以仅为您的用户帐户安装该插件?

这些只是猜测——自从我使用 Eclipse 以来已经有一段时间了,自从我在 Linux 上使用它以来就更久了。

Your plugin location may not be set for the root user. Make sure the plugin path is included in the root user's eclipse environment. Could the plugin be installed for only your user account?

These are just guesses - it's been a while since I've used Eclipse, and even longer since I've used it on Linux.

混吃等死 2024-08-23 09:29:09

切勿使用 sudo 运行图形命令,而应使用 gksudo。
请参阅graphicalsudo

Never run graphical commands with sudo, use gksudo instead.
See graphicalsudo.

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