开发者

Where is the p4 binary installed to on OSX by default?

开发者 https://www.devze.com 2023-03-31 19:41 出处:网络
I have p4v installed on my mac but can\'t fi开发者_Python百科nd the p4 binary. its not in the path so I can\'t do which p4. Does any one know the default location?On my Mac (OSX 10.7) it\'s at /usr/bi

I have p4v installed on my mac but can't fi开发者_Python百科nd the p4 binary. its not in the path so I can't do which p4. Does any one know the default location?


On my Mac (OSX 10.7) it's at /usr/bin/p4, which ought to be on your path.

You should be able to find it using Spotlight if it's in a different place, or using the command:

sudo find / -type f | grep p4
0

精彩评论

暂无评论...
验证码 换一张
取 消