I am trying to use VScode for Python for Windows Subsystem for Linux (WSL). On the bottom left corner, I see that the python version is 3.6 (which is what I want):
However, when I check the version:
print(sys.version)
I get 2.7.17. Why I can't use Python 3 and how can I switch the interpreter to Python 3.6.9?
