【发布时间】:2020-02-16 07:29:58
【问题描述】:
我想在 Atom 中的 MacBook Air 2017(macOS:10.15.3)上安装 shell 命令。它询问我的 root 密码,然后在 Atom 中返回一个错误:
Failed to install shell commands
mkdir failed with exit status 1
如何解决这个问题并安装 shell 命令?
当我在终端中尝试which atom 时,它返回atom not found
【问题讨论】:
-
mkdir will fail if the directory already exists你确定你创建的目录是否已经存在?你在跑什么
标签: macos shell terminal atom-editor