`#!/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.