Julia: how to wipe julia

julia

Solution

Unless you've made changes to the code in packages, you can delete the whole .julia directory when you get into trouble. Either via a file manager, or (on a Unix system) via the command line,

rm -rf ~/.julia

Problem

How do I completely wipe (remove) Julia from my system?

Original source