Last active
February 17, 2021 00:36
-
-
Save frankyonnetti/72cbf45e8d99361ddb90716b0aa6b5df to your computer and use it in GitHub Desktop.
Python - fabric install #python #fabric
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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