I'm following a Udemy course on learning Python and I have got to a part about learning Django. I have created a folder on my desktop and tried to start a Django project in it using CMD, however when I try to start the project I get the error:
d:\python\python: can't open file '3.6\python.exe': [Errno 2] No such file or directory
I have tried finding solutions but since I've never really used CMD I have no idea what to do, please help!
I have tried searching up solutions but I've been unable to find others with the same problem. Here is what I typed in CMD:
C:\Users\Thomas>cd desktop
C:\Users\Thomas\Desktop>cd newsite
C:\Users\Thomas\Desktop\newsite>django-admin startproject mysite
d:\python\python: can't open file '3.6\python.exe': [Errno 2] No such file or directory
C:\Users\Thomas\Desktop\newsite>