bazelbuild/bazel

How to uninstall Bazel from Windows?

Open

#12,860 opened on 2021年1月20日

GitHub で見る
 (3 comments) (0 reactions) (0 assignees)Java (4,465 forks)batch import
P3help wantedteam-Documentationteam-OSStype: documentation (cleanup)

Repository metrics

Stars
 (25,384 stars)
PR merge metrics
 (平均マージ 22d 20h) (30d で 77 merged PRs)

説明

Description of the problem / feature request:

I used Bazel to install Tensorflow (from source) a few months ago. But I haven't really used it in quite a while and wanted to uninstall it.

Except, I don't know how to. It's taking up about 20GB of space on my system and I want to free it up.

I have a bazel.exe file in my system (I had a folder where I kept track of what I had to install to get a project running which required Tensorflow) so I think I probably used the Bazel binary from GitHub to install it.

Since it's on Windows, I don't want to mess things up by trying something out on my own so looking for help.

What operating system are you running Bazel on?

Windows 10

What's the output of bazel info release?

ERROR: The 'info' command is only supported from within a workspace (below a directory having a WORKSPACE file).

I ran bazel version and the build label is 0.26.1.

Have you found anything relevant by searching the web?

I have found threads/posts related to removing it on linux, but nothing on Windows as of now.

コントリビューターガイド