Re: load drf from different location

2015-08-31 Thread James Schneider
What you probably want is a Python virtualenv, or venv for Python3. https://virtualenv.pypa.io/en/latest/ https://docs.python.org/3/library/venv.html There are a ton of virtualenv tutorials out there for pretty much every platform. -James On Mon, Aug 31, 2015 at 8:18 AM, Prabath Peiris wrote:

load drf from different location

2015-08-31 Thread Prabath Peiris
Hi This is the problem I am trying to solve. I have a VM which has all the django + other required packages are installed (including the rest_framework). I usually ssh to the VM and then run the following command PYTHONPATH=/all/the/paths runserver 127.0.0.1:8000 Now I want to mount the res