Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: Python: Python

How to uninstall something installed by "setup.py install"?

 

 

Python python RSS feed   Index | Next | Previous | View Threaded


tinnews at isbd

May 11, 2008, 3:36 AM

Post #1 of 2 (51 views)
Permalink
How to uninstall something installed by "setup.py install"?

I have installed a development version of rdiff-backup using its
"setup.py install" but now find I need to uninstall it. Is there any
'easy' way to do this and/or can I find out what files it has
installed where so I can remove them?

--
Chris Green
--
http://mail.python.org/mailman/listinfo/python-list


bignose+hates-spam at benfinney

May 11, 2008, 6:02 AM

Post #2 of 2 (47 views)
Permalink
Re: How to uninstall something installed by "setup.py install"? [In reply to]

tinnews[at]isbd.co.uk writes:

> I have installed a development version of rdiff-backup using its
> "setup.py install" but now find I need to uninstall it. Is there any
> 'easy' way to do this and/or can I find out what files it has
> installed where so I can remove them?

Sadly, the re-invention of package management as seen in
'easy_install' does not implement an "uninstall" command.

This is one reason why many of us avoid it and use system-wide package
management instead. Unfortunately, not all operating systems are
mature enough to have decent package management.

--
\ "Yesterday I saw a subliminal advertising executive for just a |
`\ second." -- Steven Wright |
_o__) |
Ben Finney
--
http://mail.python.org/mailman/listinfo/python-list

Python python RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact lists@gossamer-threads.com
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.