Created
June 10, 2013 10:17
-
-
Save wdalmut/5747733 to your computer and use it in GitHub Desktop.
Fabric on MacOS Lion
This file contains hidden or 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 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