Following advice on this list I've moved to virtualenv+pip to manage my django stack, which so far is working out nicely.
But what should I do about standalone scripts? Say I have a project called mysite. If I'm in a virtualenv and execute a standalone script, mysite won't be on my pythonpath and the script won't be able to import it. For now I've solved this by symlinking mysite from my virtualenv site-packages folder, but that sort of defeats the purpose of having using virtualenv. What's the right way to go about it? Oivvio -- http://pipedreams.polite.se/about/ -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.