digitalwave / msc_pyparser

A ModSecurity rules parser
GNU General Public License v3.0
26 stars 9 forks source link

Change hash bang to be portable across different systems #8

Closed annawinkler closed 4 years ago

annawinkler commented 4 years ago

Update the hash bang line in the python scripts to use the python3 specified in the user's environment to increase portability (e.g., if someone uses virtualenv then the python3 binary would be in the virtualenv directory.)

airween commented 4 years ago

Thanks @annawinkler!