Description
[Description]
uninstall command referred in Github repo's README.md won't completely remove nemoclaw cli from PATH
but local uninstall command can: nemoclaw uninstall --yes
[Environment]
| Item |
Version / detail |
| Device |
ALL Platform |
| Node.js |
v22.x |
| OpenShell CLI |
0.0.26 |
| NemoClaw |
v0.0.16+ |
| OpenClaw |
2026.4.2 (d74a122) |
[Steps to Reproduce]
1. install nemoclaw
2. run `curl -fsSL https://raw.githubusercontent.com/NVIDIA/NemoClaw/refs/heads/main/uninstall.sh | bash` from docs to uninstall
3. After uninstallation finishes, type nemoclaw
[Expected Result]
nemoclaw CLI no longer on PATH
[Actual Result]
$ which nemoclaw
~/.nvm/versions/node/v22.18.0/bin/nemoclaw
$ nemoclaw
NemoClaw v0.0.17
Deploy more secure, always-on AI assistants with a single command.
Getting Started:
nemoclaw onboard Configure inference endpoint and credentials
nemoclaw onboard --from Use a custom Dockerfile for the sandbox image
(non-interactive: --yes-i-accept-third-party-software or NEMOCLAW_ACCEPT_THIRD_PARTY_SOFTWARE=1)
[NVB# 6084039]
Description
[Description]
uninstall command referred in Github repo's README.md won't completely remove nemoclaw cli from PATH
but local uninstall command can: nemoclaw uninstall --yes
[Environment]
[Steps to Reproduce]
1. install nemoclaw 2. run `curl -fsSL https://raw.githubusercontent.com/NVIDIA/NemoClaw/refs/heads/main/uninstall.sh | bash` from docs to uninstall 3. After uninstallation finishes, type nemoclaw [Expected Result] nemoclaw CLI no longer on PATH[Actual Result]
$ which nemoclaw
~/.nvm/versions/node/v22.18.0/bin/nemoclaw
$ nemoclaw
NemoClaw v0.0.17
Deploy more secure, always-on AI assistants with a single command.
Getting Started:
nemoclaw onboard Configure inference endpoint and credentials
nemoclaw onboard --from Use a custom Dockerfile for the sandbox image
(non-interactive: --yes-i-accept-third-party-software or NEMOCLAW_ACCEPT_THIRD_PARTY_SOFTWARE=1)
[NVB# 6084039]