I don't know much of the setuptools - ie. whether there is an uninstall command for exemple, but yes, you can manually remove the egg file and edit the easy-install.pth file and remove the matching line.
You can also run Trac from the check out location: use the following command python setup.py egg_info then add the directory to your PYTHONPATH This allows to run Trac w/o actually installing it into your system directories. HTH, Manu On 8/19/07, Joost Kraaijeveld <[EMAIL PROTECTED]> wrote: > > On Sun, 2007-08-19 at 13:25 +0200, Emmanuel Blot wrote: > > 0.11 is yet to be released. > > > > You want to checkout the source from the Subversion repos. > > > > svn co http://svn.edgewall.com/repos/trac/trunk trac > > cd trac > > python setup.py install > > > > Note that you'll need the setuptools and Genshi to get it working. > > Both are available w/ apt-get in Debian/unstable (at least) > OK. Thanks. > > BTW: how do I remove the installation (whenever the deb is there)? Just > by deleting the files > in /usr/lib/python2.4/site-packages/Trac-0.11dev_r5939-py2.4.egg ? > > > -- > Groeten, > > Joost Kraaijeveld > Askesis B.V. > Molukkenstraat 14 > 6524NB Nijmegen > tel: 024-3888063 / 06-51855277 > fax: 024-3608416 > web: www.askesis.nl > > > > > -- Manu --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/trac-users?hl=en -~----------~----~----~----~------~----~------~--~---
