|
|
|
|
|
by ATsch
2113 days ago
|
|
That's just a measure for backwards compatibility, so python2-only scripts don't cause cryptic errors when they have a `python` shebang. Many distros ship without python2, but will probably still link `python -> python2` for the near future. |
|