Guide To Install fabric On Mac using Brew
Package Information:
Name: fabric
Use: Fabric is a Python (2.5-2.7) library and command-line tool for streamlining the use of SSH for application deployment or systems administration tasks.
URL: http://www.fabfile.org
Installation Steps:
- Open Terminal on your Mac.
- Execute the following command
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
- Install fabric using brew
brew install fabric
fabric is ready to use now!