You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, we probably should also remove all the pip packages, and the users code at /home/lvuser/py. The quickest way to get rid of most of the installed stuff is by removing /usr/local/lib/python312... but there are some things in /usr/local/lib/*.so also (if opencv is installed). Will have to look at a good way to do it, using pip would be really slow.
The text was updated successfully, but these errors were encountered:
Users reporting disk space issues.
RobotPy's uninstall procedure is: https://github.com/robotpy/robotpy-installer/blob/266a07cf51d34902f4bda4e7e68bbb8f0a40ca37/robotpy_installer/installer.py#L353
However, we probably should also remove all the pip packages, and the users code at
/home/lvuser/py
. The quickest way to get rid of most of the installed stuff is by removing/usr/local/lib/python312
... but there are some things in/usr/local/lib/*.so
also (if opencv is installed). Will have to look at a good way to do it, using pip would be really slow.The text was updated successfully, but these errors were encountered: