aws-samples / ec2-classic-resource-finder

This script enables the identification of resources running in Amazon EC2 Classic
MIT No Attribution
131 stars 81 forks source link

Use #!/usr/bin/env python3 instead of #!/usr/bin/python3 #27

Open paul-civitas opened 2 years ago

paul-civitas commented 2 years ago

#!/usr/bin/python3 isn't good practice Use #!/usr/bin/env python3 instead

The way it's currently written screws things up if you try and use a venv or asdf.