美文网首页
The default interactive shell is

The default interactive shell is

作者: 90后的晨仔 | 来源:发表于2020-02-28 15:39 被阅读0次

    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,老系统使用的是bash风格,请用此 chsh -s /bin/zsh 命令切换。
    解决:
    1.不使用bash,切换zsh,chsh -s /bin/zsh命令切换即可。
    2.继续使用bash,但又不想出现提示语,则在
    vim ~/.bash_profile最后加上 export BASH_SILENCE_DEPRECATION_WARNING=1
    备注:查看系统支持的shell风格 cat /etc/shells

    相关文章

      网友评论

          本文标题:The default interactive shell is

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