我正在尝试使用pip
. 问题是,当我运行时pip uninstall python-keystoneclient
,它显示已成功卸载:
root@openstack1:~/cinder# pip uninstall python-keystoneclient
Uninstalling python-keystoneclient:
Proceed (y/n)? y
Successfully uninstalled python-keystoneclient
但是当我做 a 时pip search python-keystoneclient
,它显示:
root@openstack1:~/cinder# pip search python-keystoneclient
python-keystoneclient - Client library for OpenStack Identity API
(Keystone)
INSTALLED: 0.2.1 (latest)
我已尝试再次安装该软件包,但它显示requirement already satisfied
. 不知道为什么会这样。