Skip to content

Instantly share code, notes, and snippets.

@frankyonnetti
Last active February 17, 2021 00:36
Show Gist options
  • Select an option

  • Save frankyonnetti/72cbf45e8d99361ddb90716b0aa6b5df to your computer and use it in GitHub Desktop.

Select an option

Save frankyonnetti/72cbf45e8d99361ddb90716b0aa6b5df to your computer and use it in GitHub Desktop.
Python - fabric install #python #fabric
# install python
$ brew install python@2
# upgrade pip tools
$ pip install --upgrade pip setuptools
# insatll fabric version 1
# version 2 will not work with python 2
$ pip install 'fabric<2.0'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment