aigeano / pympler

Automatically exported from code.google.com/p/pympler
Apache License 2.0
0 stars 0 forks source link

Uninstalling Pympler #21

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
We should add another note about uninstalling Pympler.  Basically, remove the 
pympler directory 
and Pympler*.egg file from the lib/python*/site-packages directory.

An easy way to find that directory may be os.path.join(sys.exec_prefix, 'lib', 
'site_packages').

Btw, the Pympler*.egg file is not created by Python 2.5 and alter, it seems.

Original issue reported on code.google.com by MrJean1@gmail.com on 30 Nov 2008 at 7:51

GoogleCodeExporter commented 9 years ago
There are now other and more common ways how packages can be uninstalled. 
Virtual environments or using pip for example.

Original comment by lhae...@gmail.com on 30 Dec 2012 at 12:41