From ddfa3fb54c58c62fd595a7cac71fafa5d8a34eb7 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Wed, 12 Dec 2018 14:07:41 -0800 Subject: Go straight to python3 Speeds up the script instantiation. --- progress.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'progress.py') diff --git a/progress.py b/progress.py index 5e05fa9..47ee5d9 100755 --- a/progress.py +++ b/progress.py @@ -1,5 +1,4 @@ -#! /usr/bin/env nix-shell -#! nix-shell -i python3 -p python3 +#! /usr/bin/env python3 from datetime import datetime, timedelta from calendar import * -- cgit v1.2.3