运行 Pydev 时出现问题
我最近在 Ububtu 中尝试 Django。于是开始使用一个开发环境,就是Eclipse中的Pydev。我已经安装了所有内容,但是在配置 window>preferences>pydev>interpreter-python 时出现了以下问题:
Linux 中应该选择哪些文件?
每次我从 /usr/lib/python2.6/disk-packages/pythonloader.py 选择文件时,我都会得到:
java.io.ioException:权限被拒绝。 我在 sudo 下运行 Eclipse。
请提供一些帮助 谢谢
I am trying Django recently in Ububtu. So started using a developement environment, which is Pydev in Eclipse. I've installed all, but while configuring window>preferences>pydev>interpreter-python there are these problems I have:
What files in Linux should be selected?
Every time I select a file from /usr/lib/python2.6/disk-packages/pythonloader.py I get:
java.io.ioexception:permission denied.
I am running Eclipse under sudo.
Some help please
Thank you
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您是否尝试过 /usr/bin/python 或命令
which python
显示的任何路径Did you try
/usr/bin/python
or whatever path shows up from the commandwhich python