don't hard-code the path to the python interpreter
authorRalf Jung <post@ralfj.de>
Thu, 18 Jun 2015 11:10:11 +0000 (13:10 +0200)
committerRalf Jung <post@ralfj.de>
Thu, 18 Jun 2015 11:10:11 +0000 (13:10 +0200)
schsh

diff --git a/schsh b/schsh
index 28d317d68b377921979b35ad28d275e85849f6cc..1a790bbb034cd64162fe2ed0786b589296297cd8 100755 (executable)
--- a/schsh
+++ b/schsh
@@ -1,4 +1,4 @@
-#!/usr/bin/python3
+#!/usr/bin/env python3
 import logging, logging.handlers
 import os, sys, shlex, pwd
 #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#