开发者

How to configure MacPort to pick already installed packages

开发者 https://www.devze.com 2023-03-15 13:21 出处:网络
I have recently shifted to OSX environment, so don\'t know much about MacPorts. Is there a way to tell MacPorts to pick already installed packages. For instance to install

I have recently shifted to OSX environment, so don't know much about MacPorts.

Is there a way to tell MacPorts to pick already installed packages. For instance to install

sudo port install meld

its requiring hell lot of packages, including python2.6. B开发者_C百科ut I already have python2.6 installed.


No there isnt. If you want to link against system installations then use Homebrew or compile manually yourself. Personally i prefer Macports because its completely isolated. Ive got plenty of disk so having duplicates doesnt bother me.

0

精彩评论

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