Linux application deployment

Jarek Zgoda jzgoda at gazeta.usun.pl
Sun Sep 5 06:06:57 EDT 2004


What you consider a "best way to deploy linux python app"? I don't want
to install library modules into user's site-packages, so distutils is no
help. Currently, I change sys.path (adding directory where library
modules are stored) and I ask users to install application into /opt
hierarchy, but I don't think it's optimal.

-- 
Jarek Zgoda
http://jpa.berlios.de/



More information about the Python-list mailing list