Mike Orr wrote: [... snipp ...] > Can I make it use a different eggs directory? Any other idea how to > install a program using eggs on a server?
I had a similar issue with tracd on gentoo. My solution was setting
PYTHON_EGG_CACHE=/tmp/.egg_cache in /etc/conf.d/tracd and exporting that
var in /etc/init.d/tracd before calling start-stop-daemon, e.g.
export PYTHON_EGG_CACHE=${PYTHON_EGG_CACHE}
start-stop-daemon --start ....
cheers
Paul
--
http://mail.python.org/mailman/listinfo/python-list
