欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

macos command not found

程序员文章站 2022-05-29 09:12:02
...

1,export 临时添加环境变量

╰─➤  ls
zsh: command not found: ls
╰─➤  export $PATH
╰─➤  export PATH=/bin:$PATH
╰─➤  ls
airbase-ng 

参考:

  1. 苹果Mac OSX系统下(Linux通用)查看设置环境变量(包括PATH)