DEV: Don't invoke hardwired Python

Instead use /urs/bin/env to detect the Python interpreter. This way the
scripts work better with the possible virtual environment.
This commit is contained in:
Matti Hanninen
2013-06-14 15:38:45 -04:00
committed by Eddie Hebert
parent d41aff9a99
commit 8e27cc053c
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
#
# Copyright 2013 Quantopian, Inc.
#
+1 -1
View File
@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
#
# Copyright 2012 Quantopian, Inc.
#
+1 -1
View File
@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
#
# Copyright 2013 Quantopian, Inc.
#
+1 -1
View File
@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
#
# Copyright 2013 Quantopian, Inc.
#
+1 -1
View File
@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
#
# Copyright 2013 Quantopian, Inc.
#