From c9979c93e338a5ac301707825a10ef857516f98c Mon Sep 17 00:00:00 2001 From: ahriman Date: Thu, 6 Dec 2018 16:18:26 -0500 Subject: [PATCH] changed shebang to increase portability @ahriman/tilde.town --- botany.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/botany.py b/botany.py index 9795ac7..6c5eb69 100755 --- a/botany.py +++ b/botany.py @@ -1,4 +1,4 @@ -#!/usr/bin/python2 +#!/usr/bin/env python2 from __future__ import division import time