Change shebang to use environment python (#24)

Invoke python with env(1) to use the environment python rather than the system python
This commit is contained in:
Michael Parks
2016-12-29 12:15:34 -07:00
committed by Ritiek Malhotra
parent a44cddc2c2
commit bb17db3f5d

View File

@@ -1,4 +1,4 @@
#!/bin/python
#!/usr/bin/env python
from bs4 import BeautifulSoup
import spotipy