Answers for "the command could not be located because '/snap/bin' is not included in the path environment variable. ncspot: command not found"

1

The command could not be located because '/snap/bin' is not included in the PATH environment variable.

Temporary solution:
Run the command 
$ export PATH=$PATH:/snap/bin

Permanent solution:
Edit /etc/environment and add /snap/bin in the list then restart your system
Posted by: Guest on June-05-2021

Code answers related to "the command could not be located because '/snap/bin' is not included in the path environment variable. ncspot: command not found"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language