如何在debian上安装最新版本的结构?打电话的时候
apt-get install fabric
Run Code Online (Sandbox Code Playgroud)
正在安装0.9.1版.最新版本是1.4.3.
ypr*_*rez 11
您可以使用pip或easy_install 从PyPI安装最新版本.
例如:
apt-get install python-setuptools # for easy_install
easy_install pip
pip install fabric
Run Code Online (Sandbox Code Playgroud)