• 
      

    Use the same interpreter when running devserver

    Review Request #2379 — Created May 25, 2011 and submitted

    Information

    Review Board

    Reviewers

    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
    david
    1. Pushed to master as 6ad1cf1. Thanks!
    2.