On Thu, 6 Sep 2001, Neil Schemenauer wrote: > Again the package is python-base, not python2.2-base. pydoc depends on > python-base_2.1.1 and uses #!/usr/bin/python. I don't see a problem > with that.
Except you don't know which Python /usr/bin/python is. If you do: /usr/bin/python2.1 or /usr/bin/env python2.1 it will always work. - Bruce