"#!/usr/bin/env python" vs. "#!/usr/bin/python"?
Matej Cepl
mcepl at redhat.com
Sun Sep 30 17:46:27 EDT 2012
More information about the Python-list mailing list
Sun Sep 30 17:46:27 EDT 2012
- Previous message (by thread): "#!/usr/bin/env python" vs. "#!/usr/bin/python"?
- Next message (by thread): How to investigate web script not running?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 28/09/12 12:57, Roy Smith wrote: > But, you might as well get into the habit of > using the /usr/bin/env flavor because it's more flexible. In the same manner as one's freedom-fighter is another's fundamentalist terrorist, what's flexible could be also dangerous. E.g., #!/usr/bin/env python is forbidden in the core Fedora packages (https://fedoraproject.org/wiki/Features/SystemPythonExecutablesUseSystemPython), because nobody is willing to risk that by some random python binary in /usr/local/bin some core infrastructure of Fedora installations (e.g., yum) could be broken. Matěj
- Previous message (by thread): "#!/usr/bin/env python" vs. "#!/usr/bin/python"?
- Next message (by thread): How to investigate web script not running?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list