1 | initial version |
Exit sage.
rm -rf "sage directory here" (Be careful!)
If you want to delete your user files (notebooks, etc),
rm -rf "~/.sage/" (Again be careful, or you'll delete things you don't want to.)
2 | elaboration |
Exit sage.
Open the Terminal Application (command-line), it's under /Applications or /Applications/Utilities
rm -rf "sage directory here" (Be careful!)
If you want to delete your user files also (notebooks, etc),
rm -rf "~/.sage/" (Again be careful, or you'll delete things you don't want to.)