propublica / Capitol-Words

Scraping, parsing and indexing the daily Congressional Record to support phrase search over time, and by legislator and date
BSD 3-Clause "New" or "Revised" License
121 stars 34 forks source link

Fix hashbang on python scripts #91

Closed AlJohri closed 7 years ago

AlJohri commented 10 years ago

Convert #!/usr/bin/python to #!/usr/bin/env python at the top of all python scripts.

Running a command through /usr/bin/env has the benefit of looking for whatever the default version of the program is in your current environoment.

source: http://stackoverflow.com/questions/16365130/the-difference-between-usr-bin-env-bash-and-usr-bin-bash