美文网首页
The default interactive shell is

The default interactive shell is

作者: 疾风知剑豪 | 来源:发表于2020-09-23 14:01 被阅读0次

现象:

MacOS 升级到 10.15 Catalina打开终端,出现以下提示:

The default interactive shell is now zsh. 

To update your account to use zsh, please run `chsh -s /bin/zsh`.

 For more details, please visit https://support.apple.com/kb/HT208050.

原因:

这个提示是官方希望你能够切换默认的 shell 到 zsh。官方说明https://support.apple.com/zh-cn/HT208050

解决办法:

打开官方说明,照着提示以及步骤执行

这里登录Shell选择/bin/zsh

最后在终端执行开始时终端的提示语:chsh -s /bin/zsh

然后终端就编程下面这样了:

希望可以帮到您

相关文章

网友评论

      本文标题:The default interactive shell is

      本文链接:https://www.haomeiwen.com/subject/jcfoyktx.html