I\'m using virtualenv to develop a django application with a team. The server we\'re deploying on is running python 2.6, but the default for our machines is 2.7.3. Is there
You can also specify the default Python by this command:
sudo update-alternatives --set python /usr/bin/python3.7