Use the same interpreter when running devserver
Review Request #2379 — Created May 25, 2011 and submitted — Latest diff uploaded
virtualenv is known to be a helpful tool for flexible maintaining of python environment(packages and etc). Unfortunately, developers can't run devserver with this tool as it calls 'python' internaly. This patch fixes the issue using sys.executable value.
Manual testing