安装了高版本OS X 之后无法使用MacPorts的port命令
安装了高版本OS X 之后无法使用MacPorts的port命令
pod update提示:
Current platform "darwin 14" does not match expected platform "darwin 13"
需要下载MacPorts源码编译安装,方法如下:
来自 https://www.macports.org/guide/#installing.macports.source
If you installed MacPorts using the package installer, skip this section. To install MacPorts from the source code, follow the steps below.
-
Download and extract the MacPorts 2.3.1 tarball. Either do so using your browser and the Finder, or use the given commands in a terminal window.
$
curl -O https://distfiles.macports.org/MacPorts/MacPorts-2.3.1.tar.bz2$
tar xf MacPorts-2.3.1.tar.bz2 -
Afterwards, perform the commands shown in the terminal window. If you wish to use a path other than
/opt/local
, follow the instructions forinstalling multiple copies of MacPorts instead.$
cd MacPorts-2.3.1/$
./configure$
make$
sudo make install
ok,大功告成!
郑重声明:本站内容如果来自互联网及其他传播媒体,其版权均属原媒体及文章作者所有。转载目的在于传递更多信息及用于网络分享,并不代表本站赞同其观点和对其真实性负责,也不构成任何其他建议。