how do i uninstall sage?
i installed sage on my mac. how do i uninstall/remove it completely?
i installed sage on my mac. how do i uninstall/remove it completely?
From the Terminal, you can also do
mv 'sage directory here' ~/.Trash
mv ~/.sage ~/.Trash
to move the two directories to the trash, and then you can empty the trash at your convenience. (If you don't care about removing the "~/.sage" directory, then you can just drag your Sage directory to the trash in the Finder.)
Thank you!
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.)
Please start posting anonymously - your entry will be published after you log in or create a new account.
Asked: 2010-09-19 19:06:29 +0100
Seen: 12,251 times
Last updated: Oct 14 '10