How do I install the latest version of fabric on debian? When calling
apt-get install fabric
version 0.9.1 is being installed. The most recent version is 1.4.3 though.
You can install the latest version from PyPI using pip or easy_install.
For example:
apt-get install python-setuptools # for easy_install
easy_install pip
pip install fabric
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With