-
Notifications
You must be signed in to change notification settings - Fork 78
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This restores 'python' as an available binary, aliased to 'python3'. We deem this the better alternative to not having it, because programs might invoke 'python', and a 'command not found' error would presumably much more confusing than a Python 3 related error (and those should be getting pretty rare now anyway). Same for anything that has a '/usr/bin/env python' or similar shebang. Previous stacks have 'python' aliased to 'python2', but given how that's (finally) EOL, we'd only be kicking painful migrations down the road, and people upgrading stacks are already touching their code base anyway, so better to rip the bandaid off in one go.
- Loading branch information
Showing
3 changed files
with
3 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters