Depending on how you installed virtualenv package and what you are using to create and activate virtualenv you can determine the currently present virtualenvs on your computer.
- If you used virtualenvwrapper - use lsvirtualenv
- Additionally, you can look in your Home Directory and search for a directory named .virtualenvs (Note there's a dot before virtualenvs) to see the list of all present virtualenvs
- Finally, you can always just go ahead and create a new one - shouldn't take too much time
--
Regards
Regards
Deep L Sukhwani
On Wed, 25 Sep 2019 at 08:44, yasar arafath Kajamydeen <yasarnow@gmail.com> wrote:
Dear All,--Actually i forget my virtual environment name. So when i run -- python manage.py runserver command its showing error like this .ImportError: Couldn't import Django. Are you sure it's installed and available on your PYTHONPATH environment variable? Did you forget to activate a virtual environment?Thanks in Advance.Regards,Yasar Arafath K
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/198d3480-4f3b-4cf3-971d-ce6c7ec19080%40googlegroups.com.
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAEMqiPfagZtyvNC%2BLzzmTvasK2HXFcdLnDLqyxJirBq4-miCgQ%40mail.gmail.com.
No comments:
Post a Comment