I have several problems. They are:My Django project folder is 3 levels below my virtualenv.Pip freeze:a. on my virtualenv, in the parent folder or the Django project, only gives me the Django-trunk I got from githubb. but in the Django project folder, and without the virtualenv, it gives me all 8 packages I’ve been using on my project thus far.c. Note this includes Django 1.6.1, not Django-trunk, which is the beta Django 1.7a2.So clearly I’ve screwed up. The question is, how bad is it, and what do I do about it?thx
an email to django-users+unsubscribe@googlegroups.com
<mailto:django-users+unsub...@googlegroups.com>.
<mailto:django-users@googlegroups.com>.
<https://groups.google.com/d/msgid/django-users/7c1fc205-eefe-45fb-9538-bddb1aaf321a%40googlegroups.com?utm_medium=email&utm_source=footer>.
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/7c1fc205-eefe-45fb-9538-bddb1aaf321a%40googlegroups.com
--
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/Jwp0yd5IXgU/unsubscribe.
To unsubscribe from this group and all its topics, send an email to django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/536741C3.5020802%40dewhirst.com.au.
Or probably just use the excellent virtualenv-wrapper :) You can then do things like:
mkvirtualenv foo # to create a venv
workon foo # switch to venv foo
To unsubscribe from this group and stop receiving emails from it, send an email to django-users...@googlegroups.com.
To post to this group, send email to django...@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/CAKd6oBxPDZYPTesbgR9bTmg_0On34EgKS9kNGsSKyDE7oZSoow%40mail.gmail.com.