Skip to content

Instantly share code, notes, and snippets.

@prestontimmons
Created November 11, 2011 20:19
Show Gist options
  • Save prestontimmons/1359117 to your computer and use it in GitHub Desktop.
Save prestontimmons/1359117 to your computer and use it in GitHub Desktop.
Install Fabric on Mac
# http://distributedaweso.me/past/2011/5/4/pip_workaround_for_no_ppc_support_in_xcode4/
ARCHFLAGS="-arch i386 -arch x86_64" pip install fabric
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment