Uninstall Xblock

How can I uninstall an X-block, which causes run time error in the platform ?

Hi @nadheemabdulla,

sudo rm -rf .local/share/tutor/env/build/openedx/requirements/your-Xblock

If you have just one Xblock, just remove “private.txt”. If more than one edit this file(delete line of your-Xblock and save)

sudo rm -rf .local/share/tutor/env/build/openedx/requirements/private.txt

tutor images build openedx

Rebuild process takes 5-8 min. approximately

God luck !

1 Like

Hello @qali , I need to uninstall the “openedx-scorm-xblock” I have followed the post but I couldn’t find “openedx-scorm-xblock” in the directory you mentioned this one:

.local/share/tutor/env/build/openedx/requirements/

Is there any other directories where I can search for it ?
Also is it possible to uninstall it using pip without removing the files ?