Skip to content

Instantly share code, notes, and snippets.

@lithuak
Created April 5, 2014 08:32
Show Gist options
  • Save lithuak/9989051 to your computer and use it in GitHub Desktop.
Save lithuak/9989051 to your computer and use it in GitHub Desktop.
fabric on windows
1. binary dependencies from here:
http://blog.victorjabur.com/2011/06/08/modules-python-library-compiled-for-windows-32-and-64-unofficial-windows-binaries-for-python/
a) pycrypto-2.3.win32-py2.7.exe
b) paramiko-1.7.7.1.win32-py2.7.exe
2. just pip install fabric
3. Add C:\Python27\Scritps to PATH
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment