问题
I installed python-memcached
/usr/local/lib64/python2.6/site-packages/python_memcached-1.54-py2.6.egg
Now, I am having some problems with my django webserver, getting server 500 error.
How do I uninstall python-memcached
?
回答1:
On Suse linux you can use yum:
yum remove python-memcache
来源:https://stackoverflow.com/questions/29757684/how-do-you-unistall-a-python-package-library