-
在 mac 命令行使用 sed 命令会报错,报错信息如下:mac上使用sed命令报错“extra characters after at the end of a command”
-
mac 版本系统升级到 12.3 后,发现在命令行无法通过 code 命令唤起 vscode 了,报错信息如下:$ code
/applications/Visual Studio Code.app/contents/Resources/app/bin/code: line 6: python: command not found
/applications/Visual Studio Code.app/contents/Resources/app/bin/code: line 10: ./MacOS/Electron: No such file or directory
-
在 mac 系统下安装完 lantern 后,lantern 默认是开机自启动的,本文主要讲解如何关闭或打开 lantern 的开机启动设置。1、打开 lantern 的 “show lantern” 菜单;2、点击右上角账号图标;3、点击设置菜单;4、勾选或取消勾选 “Run Lantern on system start” 选项即可打开或关闭 lantern 开机自启动设置
-
在 mac 系统下安装完 docker 后,docker 默认是开机自启动的,本文主要讲解如何关闭或打开 docker 的开机启动设置。打开或关闭 docker 开机自启动设置的方法:1、打开 docker 的 Preferences 菜单;2、在 General 选项中 勾掉或勾上 Start Docker Desktop when you log in 选项即可。
-
mac安装CommandLineTools,xcode-select --install