Saturday, June 27, 2015

Re: How To Activate Django Server.

On 27/06/2015 11:43 AM, Steve Burrus wrote:
> we;ll here is the error message that I get when I try to install django
> in the virtual env. :
> "C:\Users\SteveB\Desktop\myenv>.\Scripts\activate
> (myenv) C:\Users\SteveB\Desktop\myenv>pip install django
> Fatal error in launcher: Job information querying failed"
> What's the problem anyway?

Change the location of your virtual env. Desktop is convenient because
it is always there in front of you but it is treated in special ways by
the OS. Similarly with other special directories.

Create a new root for envs. For example C:\Users\SteveB\envs

You can always create a shortcut to ..\envs\myenv and leave it on your
Desktop.

Mike

>
>
>
> On Fri, Jun 26, 2015 at 5:49 PM, Javier Guerra Giraldez
> <javier@guerrag.com <mailto:javier@guerrag.com>> wrote:
>
> On Fri, Jun 26, 2015 at 4:56 PM, Steve Burrus
> <steveburrus28@gmail.com <mailto:steveburrus28@gmail.com>> wrote:
> > I AM able to create a new virtual env. but I gfet this error message when I
> > try to create a new project!
>
>
> have you installed django in this virtualenv?
>
> --
> Javier
>
> --
> 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/W_41qowiu8k/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> django-users+unsubscribe@googlegroups.com
> <mailto:django-users%2Bunsubscribe@googlegroups.com>.
> To post to this group, send email to django-users@googlegroups.com
> <mailto:django-users@googlegroups.com>.
> 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/CAFkDaoTqQ26wA9up0mTA1Y0A7UHKC-cKWXwBCA%3DBAoUscSTRCw%40mail.gmail.com.
> 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 django-users+unsubscribe@googlegroups.com
> <mailto:django-users+unsubscribe@googlegroups.com>.
> To post to this group, send email to django-users@googlegroups.com
> <mailto:django-users@googlegroups.com>.
> 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/CABcoaSDu0MfXm%2BUHheYOZNEAi0BnL7S%3Dcyd0zCd211TMh0Twbg%40mail.gmail.com
> <https://groups.google.com/d/msgid/django-users/CABcoaSDu0MfXm%2BUHheYOZNEAi0BnL7S%3Dcyd0zCd211TMh0Twbg%40mail.gmail.com?utm_medium=email&utm_source=footer>.
> 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 django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
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/558E56A5.8030906%40dewhirst.com.au.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment