I started a new web app with Python 3.5. I also made a virtualenv with Python 3.5:
(scim-py35) 16:16 ~ $ which python
/home/(user)/.virtualenvs/scim-py35/bin/python
(scim-py35) 16:16 ~ $ python --version
Python 3.5.1
But when I try to set up the virtualenv under Web / virtualenv, I get the error:
This virtualenv seems to have the wrong Python version (engines instead of 3.5).
What am I doing wrong?