Issue
I have created and worked on a Django application (Simple website with user registration and login) without ever closing the virtualenv i was working on. Now that some time went through I can't remember the name of the virtualenv I was working on and so I can't activate it. How can I find the name of the virtualenv?
The name of the directory of my django app is "uniweb" and is on the desktop of my computer. I haven't yet put it on Github.
Solution
though this problem can be solved by making another environment and importing project there. it can also be solved
here is how i solved the same problem.
if you got the same name. it is just simple as you have to use workon
on command promt inside the directory you have created the django project and it shows the list of all virtual environments you have created there, so you can remember the name and use your virtual environment
Answered By - Aayush Neupane Answer Checked By - Marie Seifert (WPSolving Admin)