Uninstalling pygame on linux

帅比萌擦擦* 提交于 2021-01-29 09:38:36

问题


I have been trying to uninstall pygame, but i'm not sure how and i couldn't find any resources to help me. I had installed pygame with the command python3 -m pip install -U pygame -- user, and attempted to uninstall it with sudo apt-get remove --auto-remove python-pygame, but it spat back Package 'python-pygame' is not installed, so not removed. but, in the terminal, I can do python3 -m pygame.examples.aliens and the aliens game will show up.

edit: please note that i am new to linux and am running galliumos


回答1:


PyGame can be uninstalled with the command

python3 -m pip uninstall pygame --user


来源:https://stackoverflow.com/questions/59411041/uninstalling-pygame-on-linux

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!