📜  在 pi 中卸载 cv2 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:50:34.260000             🧑  作者: Mango

代码示例1
If you installed using pip. sudo pip uninstall opencv.
If you Installed using apt-get. sudo apt-get remove python-opencv. sudo apt-get purge python-opencv.