Skip to content

Instantly share code, notes, and snippets.

@wegotoeleven
Last active August 5, 2022 19:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wegotoeleven/d441aff5347b772f21576fd12aa078e8 to your computer and use it in GitHub Desktop.
Save wegotoeleven/d441aff5347b772f21576fd12aa078e8 to your computer and use it in GitHub Desktop.
Install MacPorts
# Download
https://www.macports.org/install.php
# Uncompress
tar xjvf MacPorts-2.7.2.tar.bz2
# Install
cd MacPorts-2.7.2
./configure --prefix=${HOME}/.macports --with-install-user=${USER} --with-install-group=staff
make && make install
# Setup
PATH=${PATH}:/Users/admin/.macports/bin
port -v selfupdate
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment