bazelbuild/bazel

How to uninstall Bazel from Windows?

Open

#12,860 创建于 2021年1月20日

在 GitHub 查看
 (3 评论) (0 反应) (0 负责人)Java (4,465 fork)batch import
P3help wantedteam-Documentationteam-OSStype: documentation (cleanup)

仓库指标

Star
 (25,384 star)
PR 合并指标
 (平均合并 22天 20小时) (30 天内合并 77 个 PR)

描述

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.

贡献者指南