Top "Homebrew" questions

Homebrew is a package manager for macOS and Linux that provides an easy interface to install many packages.

RVM equivalent for PHP?

I can't seem to find a way to switch versions of PHP quickly. Is there something equivalent to ruby version …

php ruby rvm homebrew rbenv
How can I fix "Error: Formulae found in multiple taps"?

I want to install php54-redis. Yu:nginx Yu$ brew install josegonzalez/php/php54-redis ==> Installing php54-redis from …

php macos homebrew phpredis
the command `brew install watchman` runs `chmod` but fails to install eventually

brew install --HEAD watchman ==> Cloning https://github.com/facebook/watchman.git Updating /Library/Caches/Homebrew/watchman--git ==> Checking out …

reactjs facebook react-native homebrew watchman
Python installation in Mac OS X virtual environment that includes a framework that I can include into Xcode?

I like to use Python with numpy, scipy and some other packages. I am an absolute Python beginner and have …

python macos frameworks xcode4.5 homebrew
Brew install chromedriver not working?

I am using MacOS, when I tried to install chromedriver using homebrew brew install chromedriver I get: Error: No available …

selenium-chromedriver homebrew
Can not install gfortran via homebrew

I got this message when i tried to install gfortran. ~$ brew install gfortran Error: No available formula for gfortran GNU …

fortran homebrew fortran90 gfortran
Apache do not load libphp7.so module

I installed php7.1 using brew install php71 --with-httpd24 and unlinked httpd24. I got working version of php7.1 together with libphp7.…

php apache homebrew php-7.1
Pip install pygraphviz fails: Failed building wheel for pygraphviz

I have troubles installing pygraphviz on macOS 10.10.5. I have a fully functional installation of Python 2.7.x, and I'd like to …

python macos python-2.7 homebrew pygraphviz
Could not connect to a primary node for replica set <Moped::Cluster nodes=[<Moped::Node resolved_address="127.0.0.1:27017">]>

I'm following though with the RailsApp tutorial with Devise and Mongoid (http://railsapps.github.io/tutorial-rails-mongoid-devise.html) and am encountering …

ruby-on-rails mongodb mongoid homebrew
How to uninstall MySQL 5.6 when installed by brew on macOS?

Installed MySQL by issuing the following commands: $ brew install mysql56 $ brew services start [email protected] Now I can't access it: $ mysql …

mysql mysql-5.6 process homebrew