Installing Fabric On Windows (Error No Module Called Readline)

前端 未结 6 1003
星月不相逢
星月不相逢 2021-01-03 08:58

I\'m trying to use the Fabric 0.1.1 deploy tool (http://docs.fabfile.org/) on Windows and we\'re running into an issue with the readline mo

6条回答
  •  温柔的废话
    2021-01-03 09:28

    1. Download and run easy_install installer for your python version from http://pypi.python.org/pypi/setuptools#downloads . ie: setuptools-0.6c11.win32-py2.6.exe
    2. On the command prompt, lauch easy_install -U fabric to install the last fabric release.

提交回复
热议问题