commit | 9d9d0b70de43e4c397bbd583a6712d3f4cdf7043 | [log] [tgz] |
---|---|---|
author | Tamir Duberstein <tamird@gmail.com> | Sat Apr 11 20:23:45 2015 -0700 |
committer | Tamir Duberstein <tamird@gmail.com> | Wed May 06 17:02:57 2015 -0400 |
tree | 544333377f0867c3065ef0c81b9d819b0bfbaa3c | |
parent | 1f34eb6e7a5de43b98360a56dcd86310a7ed3de9 [diff] [blame] |
Don't hard-code the python path
diff --git a/examples/add_person.py b/examples/add_person.py index 78e5696..5a7b968 100755 --- a/examples/add_person.py +++ b/examples/add_person.py
@@ -1,4 +1,4 @@ -#! /usr/bin/python +#! /usr/bin/env python # See README.txt for information and build instructions.