Sunday, June 26, 2016

Re: install with package manager or pip

The virtualenv folder should not be your root folder.
It's a separate folder. You can keep them all in a single location or
put each of them in a subdir of your projet.

You start using a virtualenv with "source venv/bin/activate". After
this, the current terminal will use the virtualenv in the folder venv.
You can exit the virtualenv with `deactivate`

You need to activate the virtualenv to use manage.py but you don't
need it to change the code.
You can also use `venv/bin/python manage.py runserver` if you need to
run the server from a script.

2016-06-26 3:36 GMT+02:00 emetib <chadbrabec@gmail.com>:
> answered it myself with more searching.
>
> install additional applications that only virtualenv is going to use in the
> virtenv folder.
>
> thanks again.
> em
>
> --
> 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 https://groups.google.com/group/django-users.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/97ea806e-3b81-48c1-9708-224405e9b0a6%40googlegroups.com.
>
> For more options, visit https://groups.google.com/d/optout.



--

Cordialement, Coues Ludovic
+336 148 743 42

--
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 https://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAEuG%2BTZQtj81YO4DGBgF3DW3pUZHkGa_69xmSj0b_Tws_0BPrA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment