Posted on Nov 12, 2013 by
Quick Cat
Can you please guide me, how can i uninstall ManiFold & Genshi in Solaris ?
i installed it as: 1) run it as python manifold/manifold.py
2) run it as python setup.py install
3) manifold test1.xml Python version Python 2.6.4
Comment #1
Posted on Nov 12, 2013 by Helpful KangarooPython installed packages need to be uninstalled manually, unfortunately.
rm which manifold
Find the Python library (maybe /usr/lib/python) and remove manifold modules. Print Python module search path with "python -c 'import sys; print sys.path'"
Status: New
Labels:
Type-Defect
Priority-Medium