[Fixed]-Updating which python my django app uses

1👍

Create a new virtualenv using Python 2.7. Use the -p flag to point to the python installation you want for that virtual environment, and then pip install django within that virtual environment.

👤Vernon

Leave a comment