Mac 安裝 Port

Mac 安裝 Port

    $ curl -O httpsss://distfiles.macports.org/MacPorts/MacPorts-2.3.3.tar.bz2
    $ tar xf MacPorts-2.3.3.tar.bz2
    $ cd MacPorts-2.3.3/
    $ ./configure
    $ make
    $ sudo make install
    Screen Shot 2016-02-18 at 10.21.16 PM

     

    $ export PATH=/opt/local/bin:/opt/local/sbin:$PATH

    Screen Shot 2016-02-18 at 10.20.07 PM