sudo eclipse 时 pydev 消失了
当 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您的插件位置可能没有为 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.
切勿使用 sudo 运行图形命令,而应使用 gksudo。
请参阅graphicalsudo。
Never run graphical commands with sudo, use gksudo instead.
See graphicalsudo.