macPorts官網(wǎng):https://trac.macports.org/
macPorts install wiki:
https://guide.macports.org/#installing.macports
先下載安裝包,無腦next。
安裝過程中可能卡住,應(yīng)該是需要翻墻導(dǎo)致的。
此時(shí),打開終端:
ps aux|grep -i macports |grep -i selfupdate
root 15101 0.0 0.1 4338560 24296 ?? S 11:57上午 0:01.23 /opt/local/libexec/macports/bin/tclsh8.5 /opt/local/bin/port -v selfupdate
sudo kill 15101
殺死這個(gè)selfupdate進(jìn)程后,macports應(yīng)該就可以安裝成功。
然后設(shè)置環(huán)境變量:
# vi ~/.bash_profile
export PATH=$PATH:/opt/local/bin
export MANPATH=$MANPATH:/opt/local/share/man
export INFOPATH=$INFOPATH:/opt/local/share/info
查看是否安裝成功:
port -v
MacPorts 2.5.4
Entering shell mode... ("help" for help, "quit" to quit)
[Users/***] >