What is Homebrew and how do I get started on Mac?

It's a free and open-source package management system. It makes it more easy and simple to install software om the macOS operating system (and Linux). Created by Max Howell it's very popular now.

Example (run from Terminal) on installing something:

brew install unixodbc  

To install Homebrew, just type this into your terminal:

/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"







Comments

Popular posts from this blog

Installing Microsoft ODBC Driver to connect to SQL from Python on Mac OS X

Connection to MSSQL with Pythonan and pyodbc (on Mac OS X)

Installing PyCharm on Mac