Consistently use /usr/bin/env python2.7 in shebangs and commands.

This commit is contained in:
Steven Oud
2015-10-04 18:56:26 +02:00
committed by Luke Faraone
parent 136c55e43d
commit d5435fad1d
124 changed files with 166 additions and 166 deletions

View File

@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python2.7
# This script is only meant to be run from run-dev.py, which sets up the
# environment correctly and passes the correct arguments for manage.py. It is a