I have two python scripts and one of them runs on python 3.8.6 64bit and the other runs on python 3.8.6 32bit version. I have been trying to run them using different python version using shebang but it does not seem to work.
I'm currently using Visual Studio Code and even though I put shebang code like this #!"C:/Python/3.8.6/64/python.exe"
it does not change the python version the script is running Is there a way to make python code to run at specific version?