Skip to content
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

bash: nvs: command not found (Windows + Chocolatey + MINGW64) #293

Closed
andrey-helldar opened this issue Nov 23, 2023 · 1 comment
Closed

Comments

@andrey-helldar
Copy link

There are no problems when installing using msi, everything works. Today I decided to reinstall nvs via Chocolatey to make it easier to update.

My steps:

  1. Opened the list of installed programs.
  2. Removed nvs using the uninstall utility.
  3. Opened PowerShell with administrator rights.
  4. Entered the command choco install nvs.
  5. Confirmed the installation and received a success message.
  6. Checked the path to the folder %LOCALAPPDATA%\nvs\ in the PATH variable.
  7. Restarted the console (and then restarted the computer).
  8. Entered the command nvs --version into the console.
  9. Received an error message:
Helldar@HellPC MINGW64 /d/domains
$ nvs --version
bash: nvs: command not found

I'm working in the MINGW64 terminal that comes with git.

image

I just checked the command in cmd - it works there. But I almost never use it.

image

@andrey-helldar
Copy link
Author

And I just downloaded the msi file version 1.7.1 from the releases page - everything worked immediately.

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant