问题
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