Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当我跑
launchctl getenv PATH
在终端中,我总是得到一个空字符串作为响应。我尝试使用
sudo launchctl getenv PATH
由于 with sudo,系统环境被查询,但我仍然得到一个空字符串。我错过了什么吗?那不应该返回我的 PATH 或至少返回系统 PATH 吗?就像是
sudo
/usr/bin:/bin:/usr/sbin:/sbin
我在这里查看了很多答案,它们似乎都暗示原始命令应该返回一个路径而不是什么。