How to get a working Python Fabric installation on Windows?
fabric installs just fine on Windows, but you will need to either: have a compiler installed to build the pycrypto dependency during setup. If you don't have one already, install MinGW or you can use the free version of MSVC. install pre-built Windows binaries for pyCrypto here.
After installation, Python may be launched by finding it in Start. Alternatively, it will be available from any Command Prompt or PowerShell session by typing python . Further, pip and IDLE may be used by typing pip or idle .
fabric installs just fine on Windows, but you will need to either:
I install it in a virtualenv like so:
virtualenv fabenv fabenv\Scripts\activate.bat pip install fabric
Another Tip: When you have it up and running you can use pageant to load your ssh keys and avoiding using password-based authentication
Solution using Cygwin:
python --version
to verify your Python versionsh setuptools-*.egg
to install the downloaded setuptools packageeasy_install pip
(I just like Pip, I think you could the next step with easy_install as well)pip install fabric
c:\cygwin_path\bin\ash.exe
/bin/rebaseall
pip install fabric
, it should succeed now :)If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With