0
I am under Eclipse Pydev 3.8.1 (fresh install of Eclipse Pydev package under Debian 9). I have created a project with python grammar 3.0:
But when I run it and check the version, I have python version 2.7.13:
>>> sys.version_info
sys.version_info(major=2, minor=7, micro=13, releaselevel='final', serial=0)
What have I done badly ? Besides, I would expect to be able to use version 3.5.3 which is installed on my system.