Hey thanks Carl. On Apr 2, 2015 9:14 PM, "Carl Meyer" <[email protected]> wrote:
> Hi Kishan, > > On 04/02/2015 09:41 AM, Kishan Mehta wrote: > > I have created my django project and worked on it . Recently I came to > > know about virtualenv and the problem it solves. > > I have installed virtualenv and activated that environment. > > Now django command is not recognized. > > * Will I have to install django again ? Or is there any other efficient > > way.* > > Thanks for help. > > You will have to reinstall Django inside the virtual environment. > > You should probably also uninstall the global Django you installed > (should just be a matter of "pip uninstall Django" without the > virtualenv activated; may need to preface that with "sudo " depending on > your OS and configuration.) > > Carl > > -- > You received this message because you are subscribed to a topic in the > Google Groups "Django users" group. > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/django-users/Fsqe3LmK3l8/unsubscribe. > To unsubscribe from this group and all its topics, send an email to > [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/django-users. > To view this discussion on the web visit > https://groups.google.com/d/msgid/django-users/551D63D9.8070005%40oddbird.net > . > For more options, visit https://groups.google.com/d/optout. > -- 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAC5ThKEj-549uMOkxFY8eaK616iZ16QmfCXcNroOLeFaLfTBVw%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.

