Re: How to delete a Python package
- From: Nick Craig-Wood <nick@xxxxxxxxxxxxxx>
- Date: Thu, 13 Jul 2006 05:30:03 -0500
Grant Edwards <grante@xxxxxxxx> wrote:
On 2006-07-12, Nick Vatamaniuc <vatamane@xxxxxxxxx> wrote:
As a rule, if you use a Linux distribution, you should just install
the package and then remove the package using the package manager.
That's fine except a lot of python packages aren't available in
any of the various Linux distro package formats.
distutils has a build rpm option which works, eg
python setup.py bdist_rpm
I usually run debian systems, so I then run alien on the resulting rpm
to turn it into a .deb.
I always install python packages like this - it has worked every time
so far!
--
Nick Craig-Wood <nick@xxxxxxxxxxxxxx> -- http://www.craig-wood.com/nick
.
- References:
- How to delete a Python package
- From: Jack
- Re: How to delete a Python package
- From: Nick Vatamaniuc
- Re: How to delete a Python package
- From: Grant Edwards
- How to delete a Python package
- Prev by Date: Python strings outside the 128 range
- Next by Date: Re: Accessors in Python (getters and setters)
- Previous by thread: Re: How to delete a Python package
- Next by thread: PDF with nonLatin-1 characters
- Index(es):
Relevant Pages
|