From: Ralf Jung Date: Thu, 18 Jun 2015 11:10:11 +0000 (+0200) Subject: don't hard-code the path to the python interpreter X-Git-Url: https://git.ralfj.de/schsh.git/commitdiff_plain/49288ecbfecba9fbc03662aaee137fc895370d99 don't hard-code the path to the python interpreter --- diff --git a/schsh b/schsh index 28d317d..1a790bb 100755 --- a/schsh +++ b/schsh @@ -1,4 +1,4 @@ -#!/usr/bin/python3 +#!/usr/bin/env python3 import logging, logging.handlers import os, sys, shlex, pwd #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#