home *** CD-ROM | disk | FTP | other *** search
- #! /bin/sh -e
-
- # remove the python alternatives before installing our own python link
-
- update-alternatives --auto /usr/bin/python >/dev/null 2>&1 || true
- update-alternatives --remove python /usr/bin/python1.5 || true
- update-alternatives --remove python /usr/bin/python2.1 || true
- update-alternatives --remove python /usr/bin/python2.2 || true
-
-
-