Re: Virtual Environment error

2019-09-25 Thread laya Mahmoudi
You os is linux pr windows? در تاریخ چهارشنبه ۲۵ سپتامبر ۲۰۱۹،‏ ۶:۴۴ yasar arafath Kajamydeen < yasar...@gmail.com> نوشت: > Dear All, > > Actually i forget my virtual environment name. So when i run -- python > manage.py runserver command its showing error like this . > > > ImportErro

Re: Virtual Environment error

2019-09-25 Thread Tosin Ayoola
CD into the directory in which u created ur virtualenv the type source ➕ tab key twice it should give you the list of all the virtual environment u have created in that directory On Sep 25, 2019 04:13, "yasar arafath Kajamydeen" wrote: Dear All, Actually i forget my virtual environment name.

Re: Virtual Environment error

2019-09-25 Thread fclinux nova
The simple way is creating new virtualenv and reinstall the package and recorgine them in requirements.txt for next installation. This is very basic and checking google is better than mail in this group. Thanks On Wed, Sep 25, 2019, 13:30 Deep Sukhwani wrote: > Depending on how you installed *vi

Re: Virtual Environment error

2019-09-24 Thread Deep Sukhwani
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 s

Virtual Environment error

2019-09-24 Thread yasar arafath Kajamydeen
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 acti