mirror of
https://github.com/ChristianLight/tutor.git
synced 2024-12-12 14:17:46 +00:00
docs: complete uninstalling of tutor
I noticed `pip uninstall -y tutor` will not uninstall the plugins, so I made this PR. I know it's ugly, but I don't find any other way of doing it. Let me know if there are better choices 😊
This commit is contained in:
parent
f9b4228033
commit
322a9e6b48
@ -167,3 +167,9 @@ Finally, uninstall Tutor itself::
|
||||
|
||||
# If you downloaded the tutor binary
|
||||
sudo rm /usr/local/bin/tutor
|
||||
|
||||
# Optionally, you may want to remove Tutor plugins installed.
|
||||
# You can get a list of the installed plugins:
|
||||
pip freeze | grep tutor
|
||||
# You can then remove them using the following command:
|
||||
pip uninstall <plugin-name>
|
||||
|
Loading…
Reference in New Issue
Block a user