Category "homebrew"

brew install mysql Can't set root password

I installed MySQL via brew, but instead of letting me set a root password after mysql_secure_installation, I get prompted for the root password instead. % brew

How to Brew install Ant with specific OpenJDK version?

I'm trying to install Ant such that it is built with OpenJDK@11 instead of the latest OpenJDK? brew install ant installs it with OpenJDK@18 currently. I'm using

What is the difference between homebrew casks 'dotnet' and 'dotnet-sdk' and formula 'dotnet'

Running brew search dotnet shows the following ❯ brew search dotnet ==> Formulae dotnet

Can't upgrade Homebrew packages, "directory not empty"

We use JAMF at work to manage our Macs. It sucks, but it's a security thing. We've hacked the Homebrew install script so that it can be run from a company "App

Can't install pyenv 3.8.5 on MacOS Big Sur with M1 chip?

I am trying to run pyenv install 3.8.5 but keep getting the error below: python-build: use [email protected] from homebrew python-build: use readline from homebrew Do

On macOS Big Sur, how do I get the version of OpenSSL installed through Homebrew to be what is used on the command line?

I’m on macOS Big Sur. I installed OpenSSL via Homebrew like this: $ brew install openssl Updating Homebrew... ==> Auto-updated Homebrew! Updated Homebr

Bootstrap failed: 5: Input/output error while running any service on macOS Big Sur version 11.5.2

I am trying to run [email protected] service using brew services start [email protected] (facing similar error, while running httpd service or any oth

Unable to install PyAudio on M1 Mac [PortAudio already installed]

I have visited many forums, tried diffrent methods like brew, pip, port and many more but still am facing the same error. View this Image for more detail src/_p

Rails & MySQL on Apple Silicon

has anyone been able to get Rails running with the MySQL via the mysql2 gem on Apple Silicon? I'm working with Ruby 2.5.3 and Rails 5.2.3 but would love to hea

Can't run Homebrew: Cask 'x48' definition is invalid

Running any brew command gives me Error: Cask 'x48' definition is invalid: invalid depends_on key: ':x11' Because of this I can't even run brew doctor to get

How to create custom brew bottle

I have a go application that I would like to distribute for a few developers. Is it possible with "bottles & taps"? I have tried: brew tap-new <name of t

Enable php on mac monterey

I try to install php on a mac M1 monterey, but this simple code is not interpretated : <?php phpinfo(); ?> I installed php with brew brew install php bre

why do i get an error when i try to do $make?

I'm using devkit pro, trying to create a 3DS Homebrew app. I keep getting an error while doing "$make" I have this code, #include <3ds.h> int main(){ gfx

Get homebrew to run a script after 'brew install x' or 'brew uninstall x'

I want to automate having a file that tracks all my installed brew packages. I can do this manually with brew list > somefile, how ever I want this process t

Having trouble switching python versions using pyenv global command

I have installed pyenv on Mac using homebrew and downloaded the version of Python 3.7.9. Everything works except when I use pyenv global 3.7.9, python3 -V still

Having trouble switching python versions using pyenv global command

I have installed pyenv on Mac using homebrew and downloaded the version of Python 3.7.9. Everything works except when I use pyenv global 3.7.9, python3 -V still

zsh: command not found on MacOS Monterey

I wanted to create a react project and when I executed the command it said zsh: command not found: npx Then I tried the ls command and it said zsh: command not

env: python3.9: No such file or directory

I have some python code formatters as git pre-commit hook and I have changed my python version as brew list | grep python [email protected] [email protected] brew unlink pyt

fatal error: 'geos_c.h' file not found on Mac m1

I have already installed geos library using brew install geos, but I'm still getting following error on mac M1. ./geos.h:1:10: fatal error: 'geos_c.h' file not

How to Install specific version of spark using specific version of scala

I'm running spark 2.4.5 in my mac. When I execute spark-submit --version ____ __ / __/__ ___ _____/ /__ _\ \/ _ \/ _ `/ __/ '_/