-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to uninstall the specified version of Julia? #96
Comments
To completely uninstall julia installed by jill on macOS:
So for instance, run the following codes if you want to remove Julia-1.6: rm -rf /Applications/Julia-1.6.app
rm ~/.local/bin/julia-1.6
# maybe also
rm ~/.local/bin/julia-1
rm ~/.local/bin/julia |
Thanks~ |
|
Yep, I know that.
|
The following codes should be sufficient: rm -rf /Applications/Julia-1.5.app
rm ~/.local/bin/julia-1.5
All Julia packages are installed in If you want to cleanup some spaces, you can try |
Oh! I got the point. Thanks so much! With best wishes~ |
Thanks! |
Hi~
I use jill in my MacBook and I want to know how to uninstall the specified version of Julia? By manual manipulation or something else?
Thanks
Fu
The text was updated successfully, but these errors were encountered: