Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Mar 2011 07:39:24 -0800
From:      Paul Beard <paulbeard@gmail.com>
To:        python@freebsd.org
Subject:   2.6->2.7 gripes? 
Message-ID:  <F8FAA357-C7E2-451F-9CF7-5B5749373363@gmail.com>

next in thread | raw e-mail | index | archive | help
I never could find or use the site packages updater or get =
portupgrade/portmaster to work so I had to devise this craptacular =
updater:=20

for i in `ls /var/db/pkg/py26* | grep py26- | sed -e s/py26/py/g | sed =
-e s#/var/db/pkg/##g | sed -e s/-[0-9]\.*//g`; do cd /usr/ports/*/$i; =
make deinstall; make clean; make reinstall ; done=20

Note the craftsman-like attention to error handling and graceful design. =
I hope it worked . . . .=20

So where would I find the updater?=20
--
Paul Beard

Are you trying to win an argument or solve a problem?=20




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?F8FAA357-C7E2-451F-9CF7-5B5749373363>