我需要在Linux(debian-wheezy)机器上安装Fabric。 但它找不到存储库;我已经开始运行" apt-get update"但它找不到任何结构,即使使用" apt-cache搜索结构"。
我在ubuntu上有它...我怎么能得到它?
答案 0 :(得分:1)
Debian中没有fabric
包。您可以使用Ubuntu .deb文件在Debian上安装它。
但由于打包的结构版本已经过时,我建议按以下方式安装结构:
apt-get install python-setuptools # for easy_install
easy_install pip
pip install fabric