What shebang to use for Python scripts run under a pyenv environment
Some interesting links to look at and when you need them, you need them:
- Python shebang has a nice explanation of the shebang in general as well
- shebang line for Python 2.7
- []
- what shebang to use for python scripts run under a pyenv virtualenv - it has an interesting take …