Blog |Follow Nick on Twitter| About
 

Following the release of crassh; the 1st FAQ was, great how do I make this work on windows?

Steps as follows:

  1. Download and install Visual Studio C++ 2008 Express Edition
    (do not install SQL)
  2. Install Python 2.7.8 - Select the correct MSI for your architecture
  3. Download get-pip.py (Don't use Internet Explorer it will mangle the file; use Firefox to download.)
  4. Open an Administrator command prompt and run "c:\Python27\python.exe get-pip.py"
  5. From the same admin prompt, run "C:\Program Files\Microsoft Visual Studio 9.0\Common7\Tools\vsvars32.bat" (for 32bit machines... or for 64bit machines, run "C:\Program Files (x86)\Microsoft Visual Studio 9.0\Common7\Tools\vsvars64.bat"
  6. From the same admin prompt, run "c:\Python27\Scripts\pip install paramiko"

And you're done!

#REF: http://stackoverflow.com/questions/2817869/error-unable-to-find-vcvarsall-bat

 

 
Nick Bettison ©