如果要使用MacPorts请先到MacPorts官网下载安装包,https://www.macports.org/install.php,然后安装。
安装完成后就可以在命令行中开始安装你需要的软件了,里面有大量的开源软件,如:MySQL,Python等等。
基本操作
安装软件
$ sudo port install git
使用镜像
直接使用默认的源会比较慢,国内有一些镜像源,如清华的,下面将修改源。
1)修改macports.conf这个会影响MacPorts自己的更新源
$ sudo vim /opt/local/etc/macports/macports.conf
需要更改的配置如下,请找到这两处:
... rsync_server mirrors.tuna.tsinghua.edu.cn ... rsync_dir macports/release/tarballs/base.tar
2)修改sources.conf
$ sudo vim /opt/local/etc/macports/sources.conf
修改内容如下
rsync://mirrors.tuna.tsinghua.edu.cn/macports/release/tarballs/ports.tar [default]
3)修改archive_sites.conf
$ sudo vi /opt/local/etc/macports/archive_sites.conf
修改内容如下:
# To disable the default archive source, uncomment the following dummy # entry; it will shadow the one from the ports tree. name macports_archives urls https://mirrors.tuna.tsinghua.edu.cn/macports/packages/ type tbz2