Re: How to delete a Python package
- From: "Nick Vatamaniuc" <vatamane@xxxxxxxxx>
- Date: 12 Jul 2006 10:04:11 -0700
Jack,
As a rule, if you use a Linux distribution, you should just install
the package and then remove the package using the package manager.
Distutils uninstallation is not supported. Of course you could manually
delete the directory in site-packages in most, but not all (!) cases,
that should remove all the files of the package.
Nick Vatamaniuc
Jack wrote:
Installing a Python package is easy, most of time just
"Setup.py install" However, setup.py doesn't seem to support
an uninstall command. If I want to delete a package that I
do not use any more, should I just manually delete the
corresponding sub directory under Lib\site-packages?
.
- Follow-Ups:
- Re: How to delete a Python package
- From: Grant Edwards
- Re: How to delete a Python package
- References:
- How to delete a Python package
- From: Jack
- How to delete a Python package
- Prev by Date: Re: PDF with nonLatin-1 characters
- Next by Date: Re: How to delete a Python package
- Previous by thread: How to delete a Python package
- Next by thread: Re: How to delete a Python package
- Index(es):
Relevant Pages
|