mindong 发表于 2016-1-1 09:02:21

mac os x升级MOUNTAIN LION后svn command not found的解决

因为svn是个开发工具 所以苹果把他移到 Xcode developer package 里
去了,所以你没装xcode之类的,先去AppStore把xcode装了


装好之后sudo vi /etc/paths

在最下面加上一行 /Applications/Xcode.app/Contents/Developer/usr/bin

按Ese进入vi编辑模式,输入:wq!

保存 退出。

重启终端
页: [1]
查看完整版本: mac os x升级MOUNTAIN LION后svn command not found的解决