Setting default Python grammar version in Eclipse PyDev

♀尐吖头ヾ 提交于 2019-12-11 04:19:33

问题


I have a fresh installation of Eclipse and PyDev, on a Mac that has Python 2.7 and Python 3.6 installed. Whenever I start a new PyDev project, it asks me to choose a grammar version, and 2.7 is the default. How can I change it so 3.6 is the default grammar?

In Eclipse preferences -> PyDev -> Interpreters -> Python Interpreter I only have Python 3.6 configured; where else should I look?


回答1:


This is currently not implemented (albeit it really should use the current interpreter selected to define the default version, so, please report this in the pydev tracker: https://www.brainwy.com/tracker/PyDev)



来源:https://stackoverflow.com/questions/46165453/setting-default-python-grammar-version-in-eclipse-pydev

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!