Top "Homebrew" questions

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

How to upgrade kubectl client version

I want to upgrade the kubectl client version to 1.11.3. I executed brew install kubernetes-cli but the version doesnt seem to …

macos kubernetes homebrew kubectl
Where is the .profile file on mac?

I have a MacBook Pro 13` inch (without touch bar) and it is running mac os sierra. I have installed Xcode, …

python macos homebrew macos-sierra
How do I fix 'brew install pkg-config'?

Warning: Could not link pkg-config. Unlinking... Error: The `brew link` step did not complete successfully The formula built, but is …

homebrew pkg-config
ImportError: cannot import name md5

Don't really know what's going on here, I need to deploy my flask app on elastic beanstalk but somehow changed …

python amazon-web-services openssl homebrew hashlib
Still can't install scipy due to missing fortran compiler after brew install gcc on Mac OS X

I have read and followed this answer to install scipy/numpy/theano. However, it still failed on the same error …

python macos numpy fortran homebrew
How do you uninstall rbenv on macOS?

How do you uninstall rbenv on macOS? My version of rbenv is messed up, and brew uninstall rbenv isn't working …

ruby macos homebrew rbenv
How to get rid of STRICT SQL mode in MySQL

This is a follow up to this question MYSQL incorrect DATETIME format How to get rid of STRICT_TRANS_TABLES …

mysql macos configuration homebrew sql-mode
how to uninstall pyenv(installed by homebrew) on Mac

I used to install pyenv by homebrew to manage versions of python, but now, I want to use anaconda.But …

python macos homebrew pyenv
What is the exact command to install yum through brew?

I tried installing yum through brew install command. but it is not working with the message below. What is the …

homebrew yum
How to install Valgrind on macOS Mojave(10.14) with Homebrew?

I tried to install Valgrind with brew install Valgrind and got : valgrind: This formula either does not compile or function …

macos homebrew valgrind memory-leak-detector