From 49288ecbfecba9fbc03662aaee137fc895370d99 Mon Sep 17 00:00:00 2001 From: Ralf Jung Date: Thu, 18 Jun 2015 13:10:11 +0200 Subject: [PATCH] don't hard-code the path to the python interpreter --- schsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~# -- 2.30.2