是否可以在没有 cmd 中运行程序权限的情况下将 Eclipse 与 Pydev 一起使用?
是否可以在没有 cmd 中运行程序权限的情况下将 Eclipse 与 Pydev 一起使用?如果是这样,该怎么做?
(我计划在我的学校教Python,但学生没有权利在cmd中运行程序。)
\Hokan
Is it possible to use Eclipse with Pydev without having rights to run programs in cmd? If so, how to do that?
(I plan to teach Python in my school but the studens do not have rights to run programs in cmd.)
\Hokan
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
也许你可以使用 jython 来教 python。
jython 在 jvm 上运行,如果 eclipse 可以使用,那么 jython 也可以使用
maybe you can use jython to teach python.
jython runs on the jvm and if eclipse can used it is possible that jython can used too