Hacker News new | ask | show | jobs
by theon144 1686 days ago
>Ever had a script that's compatible with both, Python 2 and 3...

The article is literally about this scenario, which is why I'm also confused. Yes, `/usr/bin/env python` is a bad idea IF your script depends on a certain version, but that's exactly what the author doesn't need!