You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have both Python 2 and Python 3 installed and pyflakes installed for both. However, since Python 2 is installed as python and Python 3 is installed as python3.6, pyflakes gives syntax errors based on Python 2 syntax. How can I change it so that it uses the Python 3 syntax?