Specify /usr/bin/python explicitly

This commit is contained in:
Cole Robinson 2011-08-24 12:41:00 -04:00
parent 3438e7ecf5
commit 5104669795
2 changed files with 2 additions and 2 deletions

View File

@ -1,3 +1,3 @@
#!/bin/sh #!/bin/sh
exec python "::PYTHONDIR::/::PACKAGE::.py" "$@" exec /usr/bin/python "::PYTHONDIR::/::PACKAGE::.py" "$@"

View File

@ -1,3 +1,3 @@
#!/bin/sh #!/bin/sh
exec python "::PYTHONDIR::/::PACKAGE::.py" "$@" exec /usr/bin/python "::PYTHONDIR::/::PACKAGE::.py" "$@"