Re: install Django locally

2014-01-10 Thread Frank Bieniek
Hi, It sounds you are looking for virtualenvironments, http://www.virtualenv.org/en/latest/ It helps you to put everything related to your project in one environment. https://docs.djangoproject.com/en/dev/topics/install/#installing-an-official-release-with-pip Cheers Frank Am 10.01.2014 13:34,

install Django locally

2014-01-10 Thread Staszek
Hi Is it possible to bundle Django with the application, or a number of applications, instead of installing it in a system-wide location? The instructions here: https://docs.djangoproject.com/en/1.6/topics/install/ do not seem to allow such a setting. I was kind-of able to do it with PYTHONPATH=