美文网首页
macOs 下使用 iterms2+oh my zsh 打造终端

macOs 下使用 iterms2+oh my zsh 打造终端

作者: lynnce | 来源:发表于2021-07-02 11:09 被阅读0次

    1.首先下载iterms2(iterm2官网),具体介绍官网有说明

    2.下载oh my zsh 官网

    sh -c "$(wget https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh -O -)"
    如果报错 command wget not find ,需要使用brew 先安装wget brew install wget
    如果报错 command brew not find ,需要先安装brew /bin/zsh -c "$(curl -fsSL https://gitee.com/cunkai/HomebrewCN/raw/master/Homebrew.sh)"

    报错拒绝连接443端口,尝试过修改host,手动git clone等方法均无果
    最后go到了解决方法 切换国内镜像源
    sh -c "$(curl -fsSL https://gitee.com/shmhlsy/oh-my-zsh-install.sh/raw/master/install.sh)"
    3.下载pip,利用pip安装后续包,但是但是,pip下载又失败了,暴哭,不知道是不是没安装python依赖的原因。现在仙女有点累了,先停在这里,后面再更新吧

    pip 安装命令 sudo easy_install pip

    相关文章

      网友评论

          本文标题:macOs 下使用 iterms2+oh my zsh 打造终端

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