Luke Mewburn
2004-01-22 13:04:12 UTC
Hi all.
An annoying side effect of the way that we support multiple versions
of python is that "/usr/pkg/bin/python" doesn't exist, so scripts
can't use the usual
#!/usr/bin/env python
trick to startup. It's a hassle to have to edit your scripts to
contain "python2p3" (or whatever).
I have implemented a "meta package" in lang/Makefile which installs a
symlink from /usr/pkg/bin/python to ${PYTHONBIN}.
I've attached the files (to go into lang/python).
Are they any objections to this?
Cheers,
Luke.
An annoying side effect of the way that we support multiple versions
of python is that "/usr/pkg/bin/python" doesn't exist, so scripts
can't use the usual
#!/usr/bin/env python
trick to startup. It's a hassle to have to edit your scripts to
contain "python2p3" (or whatever).
I have implemented a "meta package" in lang/Makefile which installs a
symlink from /usr/pkg/bin/python to ${PYTHONBIN}.
I've attached the files (to go into lang/python).
Are they any objections to this?
Cheers,
Luke.