uninstalled Anaconda, and python manage.py runserver shows [Errno 2] No such file or directory
I had downloaded Anaconda then finished a Food project in virtualenv (in virtualenv, I downloaded python 3.12 and added it to Path during downloading)
mysite is the Food project and I use myvenv
but then, I uninstalled Anaconda and found I can’t run the Food project now, as below
it shows the error
before that, I could run it by typing the same command, and I do have python installed.
python 3.12 is still installed