nvs
nvs copied to clipboard
bash: nvs: command not found (Windows + Chocolatey + MINGW64)
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:
- Opened the list of installed programs.
- Removed
nvsusing the uninstall utility. - Opened PowerShell with administrator rights.
- Entered the command
choco install nvs. - Confirmed the installation and received a success message.
- Checked the path to the folder
%LOCALAPPDATA%\nvs\in thePATHvariable. - Restarted the console (and then restarted the computer).
- Entered the command
nvs --versioninto the console. - 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.
I just checked the command in cmd - it works there. But I almost never use it.
And I just downloaded the msi file version 1.7.1 from the releases page - everything worked immediately.