卸载 SphereEx-Boot #
当需要删除或卸载现有 SphereEx-Boot 时,参考如下操作即可。
- 执行
pip uninstall spex
命令卸载 SphereEx-Boot。
[root@community ~]# pip uninstall spex
Found existing installation: spex 0.1.0
Uninstalling spex-0.1.0:
Would remove:
/usr/local/bin/spex
/usr/local/lib/python3.6/site-packages/spex-0.1.0-py3.6.egg-info
/usr/local/lib/python3.6/site-packages/src/*
Proceed (Y/n)? y
Successfully uninstalled spex-0.1.0