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
is it because I uninstalled Anaconda? but when I developed Foot project, I didn’t open Anaconda; instead, I activated myvenv and installed all packages I need and django by using pip install.
is it because I installed python in C drive and developed the project in D drive? but during my development, it used to run successfully before I uninstalled Anaconda.
how can I fix the problem and have the Food project run successfully again? only reinstall Anaconda?
Really hope someone can help me, thanks
I would like to use python virtualenv + pip to install django and packages I need for my future projects, and not to use Anaconda, is it possible?
ULALA EMMA is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.