美文网首页
Mac OS安装SDKMAN和Homebrew

Mac OS安装SDKMAN和Homebrew

作者: 王小宝wy | 来源:发表于2017-05-24 18:01 被阅读0次

    安装SDKMAN

    curl -s "https://get.sdkman.io" | bash
    
    source "$HOME/.sdkman/bin/sdkman-init.sh"
    
    

    安装Homebrew

    mkdir homebrew && curl -L https://github.com/Homebrew/brew/tarball/master | tar xz --strip 1 -C homebrew
    
    vi ~/.bash_profile
    
    

    .bash_profile中添加homebrew的路径,之后

    source ~/bash_profile
    

    相关文章

      网友评论

          本文标题:Mac OS安装SDKMAN和Homebrew

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