From bb17db3f5db5db1fefe5ac27658823191640c7b9 Mon Sep 17 00:00:00 2001 From: Michael Parks Date: Thu, 29 Dec 2016 12:15:34 -0700 Subject: [PATCH] Change shebang to use environment python (#24) Invoke python with env(1) to use the environment python rather than the system python --- spotdl.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spotdl.py b/spotdl.py index ccdfcb1..c30a3b1 100644 --- a/spotdl.py +++ b/spotdl.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python from bs4 import BeautifulSoup import spotipy