Skip to content

Instantly share code, notes, and snippets.

@wdalmut
Created June 10, 2013 10:17
Show Gist options
  • Save wdalmut/5747733 to your computer and use it in GitHub Desktop.
Save wdalmut/5747733 to your computer and use it in GitHub Desktop.
Fabric on MacOS Lion
sudo easy_install pip # PIP is recommended for installation
sudo -s # Creates a new sudo shell
export ARCHFLAGS="-arch i386 -arch x86_64" # Need to set some GCC flags
pip install fabric # Get the install on
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment