EmersonElectricCo / fsf

File Scanning Framework
Apache License 2.0
285 stars 49 forks source link

Using harcoded python paths is incompatibile with virtualenv #23

Closed mpurzynski closed 8 years ago

mpurzynski commented 8 years ago

Hey,

when trying to run fsf in a virtualenv, I noticed most files use hardcoded #!/usr/bin/python instead of #!/usr/bin/env python - thus it ignores the overwrite that virtualenv does.

Could you make fsf virtualenv compatible with this simple change? :)

jxb5151 commented 8 years ago

Certainly! Thanks for bringing this up. Hopefully sometime after break.

akniffe1 commented 8 years ago

merged in development branch.

jxb5151 commented 8 years ago

Changed in master, noted in changelog. Thanks.