Use usr/bin/env for all python bangpaths to enable virtualenv use.

Very useful with python3 as the default platform.
This commit is contained in:
Max R.D. Parmer 2014-08-03 18:44:08 -07:00
parent 53941f4beb
commit da5ec79cf9
4 changed files with 4 additions and 4 deletions

View file

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
#
# Copyright 2014, NICTA
#

View file

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
#
# Copyright 2014, NICTA
#

View file

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
#
# Copyright 2014, NICTA
#

View file

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
#
# Copyright 2014, NICTA
#