Using Fabric with Python 3.4

pip install six
git clone git@github.com:pashinin/fabric.git
cd fabric
python setup.py install

References

https://github.com/fabric/fabric/issues/1050

http://stackoverflow.com/questions/18736274/python-3-support-for-fabric

New Fabric

http://www.pyinvoke.org/

 

Raony Guimaraes