|
|
|
|
|
by MrStonedOne
1687 days ago
|
|
'python' might not be a valid command because 'python3' exists and 'python' does not. When designing things for 'just work' scripts you have to take esoteric environments into account. There is no guarantee that '#!/usr/bin/env python' will not error in an environment with only python3 installed. |
|