I am new to PythonAnywhere.
For testing purposes, I have upload a basic file, script, written in 2.7. However, when I run it, it seems to run in version 3.4. There are no errors or problems caused by this, but my concern is that perhaps when I later try to run a more involved script, I may have a problem with the system defaulting to 3.4.
Is there a way to prevent scripts from running in any version but what I specify? I want everything to run in 2.7, unless I specify otherwise.
Thank you.