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

0

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."

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language