2012/11/30 Ramkumar Ramachandra <[email protected]>: > Execute python using "/usr/bin/env python" instead of hard-coding the
I'm not really a fan of using /usr/bin/env, as you can pick up a random python version depending on how your PATH is setup. Besides, you need to spawn an additional binary. I would assume that pretty much every distro ships the python interpreter as /usr/bin/python. Michael -- Why is it that all of the instruments seeking intelligent life in the universe are pointed away from Earth? _______________________________________________ systemd-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/systemd-devel
