How to uninstall

Neil Martinsen-Burrell n.martinsen-burrell at wartburg.edu
Sat Mar 1 03:45:31 GMT 2008


Daniel Brajkovic <daniel <at> brajkovic.com> writes:

> How do you uninstall Bazaar from OS X?

Bazaar should end up installed in Python's framework directory which should
be /Library/Frameworks/Python.framework/Versions/Current/ so I imagine a 

$ rm -r \
/Library/Frameworks/Python.framework/Versions/Current/\
lib/python2.5/site-packages/bzrlib \
/Library/Frameworks/\Python.framework/Versions/Current/\
bin/bzr 

should do it.  If your Python is 2.4, replace python2.5 with python2.4 above. 
Note that this is untested as my bzr installations are all from source
directories under Mac OS X.

-Neil






More information about the bazaar mailing list