-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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 Bazel #838
Comments
rm -fr ~/.bazel ~/.bazelrc On Tue, Feb 2, 2016 at 11:23 AM Jacob Hagstedt P Suorra <
|
Be careful not to mixed up with that command. But it basically recursively remove ~/.bazel and ~/.bazelrc |
Bazel also creates a directory at ~/.cache/bazel which you might want to remove (it may have been created at /tmp if it couldn't find your home directory, and on mac os it's /var/tmp) |
Found it at ~/.cache/bazel! Thanks! |
Also the executable in ~/bin |
Also I found an executable of bazel in this path |
This command worked for me: |
How do on windows? |
you can install it using sudo and you just need to keep only one bazel version that matches your need, this way you don't need any env path setup. |
Hi!
I installed Bazel using the steps here http://bazel.io/docs/install.html.
But now I want to uninstall it. How do I go about doing that?
The text was updated successfully, but these errors were encountered: