美文网首页
Mac os 11.5 svn command no find

Mac os 11.5 svn command no find

作者: 王国的荣耀 | 来源:发表于2021-08-06 18:46 被阅读0次

which svn 没有发现。

修改过程:
vim .zshrc

export SVN_PATH=/Library/Developer/CommandLineTools/usr/bin
export PATH=$SVN_PATH:$PATH

source .zshrc
/Library/Developer/CommandLineTools/usr/bin/svn

➜ ~ which svn
/Library/Developer/CommandLineTools/usr/bin/svn

相关文章

网友评论

      本文标题:Mac os 11.5 svn command no find

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