I downloaded python 3.10 and added to my path. When I run python --version
from CMD it gives me the result I want.
C:\CODA\Django-Course\tutorial-env>python --version
Python 3.10.5
However,when i run the command C:\CODA\Django-Course\tutorial-env>python -m venv --upgrade "C:\Users\matts\AppData\Local\Programs\Python\Python310"
I get the following error when i CD into my venv directory:
C:\CODA\Django-Course\tutorial-env\Scripts>python --version
No Python at 'C:\Data\Python\python.exe'
The path is definately correct, not sure what is going on sadly