Created
April 1, 2013 06:42
-
-
Save jmjeong/5283512 to your computer and use it in GitHub Desktop.
Move to home-brew from MacPorts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo port -f uninstall installed | |
sudo chown -R `whoami` /usr/local | |
sudo rm -rf /opt/local | |
ruby -e "$(curl -fsSL https://raw.github.com/mxcl/homebrew/go)" | |
brew doctor | |
brew install wget ispell w3m |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment