📜  找不到该命令,因为 PATH 环境变量中不包含“ snap bin”. - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:50:44.407000             🧑  作者: Mango

代码示例1
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