Fabric under Windows, a short guide to success.
Published: mars 26, 2011
Tags: deployment python windows
This is a short guide, or mainly just my own notes, of how to get the genious deployment script called Fabric to run under windows.
- I assume you have a working python installation according to my previous python-post
- Install pycrypto, http://www.voidspace.org.uk/python/modules.shtml#pycrypto
- Install pywin32, http://sourceforge.net/projects/pywin32/files/
- Start a cmd as root and run "pip install fabric" and you should have a fab available for all users.
You can according to this post on Stackoverflow install Activepython and use pypm to solve this, if you try it out, feel free to leave a comment if it worked!