From 4ad6c3bdfb45dc1a55ce0b764adfdfdb189e402d Mon Sep 17 00:00:00 2001 From: John Papandriopoulos Date: Mon, 22 May 2017 16:10:38 -0700 Subject: [PATCH] Use /usr/bin/env to find the right python to run --- registry.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/registry.py b/registry.py index b8654e2..458802d 100755 --- a/registry.py +++ b/registry.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python import requests from requests.auth import HTTPBasicAuth