homebrew Questions

6

I tried to install homebrew onto my mac, but I couldn't because curl wasn't found. I typed: ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" This returne...
Indulgence asked 8/11, 2018 at 15:20

4

Solved

> brew install [email protected] Error: [email protected] has been disabled because it is not maintained upstream! I don't want to have to install Maven 3.5, but I need to install Mav...
Iconoclast asked 2/9, 2022 at 17:36

2

So yeah i recently reinstalled macos and so now i wanted to customize my terminal by z shell. Then from tutorial that i was watching i needed to install exa package from https://the.exa.website/#in...
Short asked 9/4, 2024 at 11:33

5

Solved

I am working on a C++ project on my Mac running El Capitan and I get this error even after installing openssl with Homebrew: g++ -Wall -g -std=c++11 -I../libSocket/src -I../libData/src -c src/fssl...
Frasch asked 9/12, 2015 at 12:36

2

I have assignments in school where I'm supposed to use Jupyter Notebook by running it from the terminal, hosting it locally. The first time I did it, it went fine until I tried quitting it on the b...
Sall asked 30/8, 2023 at 18:59

2

Solved

We are trying to get the version of every package installed. Can anyone please help to provide brew command that will print like this? Name Installed Latest ant 1.9.4 1.9.4 maven 3.6.3 3.6.3 [email...
Tawny asked 7/4, 2021 at 8:25

5

I'm on MacOS 10.15.7 Catalina, and I am currently using Python 3.8.4, with Pip 21.1.1 For whatever reason, I keep getting an error when I try to run python -m pip install xmlsec Error in text form:...
Orchestral asked 13/5, 2021 at 3:46

5

Solved

I am trying to update Ruby on my computer to version 2.7.0 as that is the latest stable version. Running macOS Catalina Version 10.15.3 Have tried the top two solutions from this StackOverflow po...
Tabby asked 12/2, 2020 at 6:16

2

Solved

Installed python 3.7.0 by pyenv on macOS. sqlite3 has been installed: which sqlite3 /usr/bin/sqlite3 Also tried to install pysqlite3 by pip: pip install pysqlite3 But can't find module when ...
Herthahertz asked 3/11, 2018 at 3:21

6

I ran brew install postgresql while inside a poetry environment. Since then, I can't interact with poetry. λ ~/ poetry dyld: Library not loaded: /usr/local/Cellar/[email protected]/3.9.9/Frame...
Metaphysic asked 31/1, 2022 at 1:16

4

Solved

I have installed SDL2 using Homebrew but now I don't know how to make sure Xcode can use it! I imported the created library and added it to the build phases tab of my project. But when I try to bui...
Widen asked 19/1, 2015 at 0:1

3

Solved

This is how to install Firefox via Homebrew: brew install --cask firefox But how to install the 'Firefox Developer edition'? Everything I tried fails with 'Error: Cask '...' is unavailable: No Cas...
Jose asked 27/2, 2022 at 7:47

33

Solved

Ok, I've searched all over and have spent quite a bit of my time installing, uninstalling, trying various option but without success. I'm on Mac OS X Lion (10.7.3) and am trying to setup a Python,...
Lesalesak asked 8/3, 2012 at 20:53

8

I followed the instructions for installing Bash completion as given by kubectl completion -h: I installed bash-completion via Homebrew In my ~/.bashrc, I first source bash-completion then output ...
Bray asked 21/7, 2017 at 15:0

11

Solved

Use case I have installed Terraform v0.11.13 via homebrew and as recommended by terraform I want to ugprade to version v0.11.14 before doing the major upgrade to v0.12.0. The problem When I run ...
Smolt asked 23/5, 2019 at 21:55

5

I'm getting this error when trying to install PyAudio: ERROR: Could not build wheels for pyaudio, which is required to install pyproject.toml-based projects Does anyone know why this is happening ...
Hypoplasia asked 7/8, 2022 at 15:14

9

I want to run tests with multiple Python versions on OS X 10.11, including: Python 2.6 - ?! Python 2.7 - default - solved Python 3.4 - ?! Python 3.5 - installed via brew - works well Conda Python...
Bickel asked 1/5, 2016 at 15:31

5

I want to install node 12 on my macOS. I tried brew. brew install node@12 prints this error, Error: node@12 has been disabled because it is not supported upstream! How do you install it anyway?
Mingy asked 9/11, 2022 at 12:42

6

Solved

What I'm trying to do here is to make python3 as my default python. Except the python 2.7 which automatically installed on mac, I installed python3 with homebrew. This is the website that I'm follo...
Shamikashamma asked 7/4, 2018 at 5:52

13

Solved

I have a Homebrew formula that I wish to uninstall/remove along with all its dependencies, skipping packages whom other packages depend upon (a.k.a. Cascading package removal in Package manager par...
Generate asked 6/9, 2011 at 16:38

33

Solved

Upon using a new terminal session in OS X, nvm forgets the node version and defaults to nothing: $ nvm ls: .nvm v0.11.12 v0.11.13 I have to keep hitting nvm use v.0.11.13 in every session: ...
Foamflower asked 5/7, 2014 at 10:5

5

I am trying to install Cocoa Pods on my new MacBook Pro with the M1 Chip. There are some solutions that found from December. Since is February those solutions may be a little outdated. I cannot fin...
Creamer asked 5/2, 2021 at 17:0

2

I had homebrew installed on my mac. Today after sometime, I tried to download psql through brew on my mac on terminal but I keeping getting: zsh: command not found: brew I have it installed so I d...
Lyrate asked 26/1, 2021 at 22:29

2

brew install icu4c gives me 73.2, how do I trick homebrew to install icu4c 71.1? Thanks!
Flyer asked 4/10, 2023 at 8:11

23

Solved

I'm searching it in google on how to show the version of node js or how I'm gonna work with npm? If I do this npm -v even I already install it using brew install node. The result is always env...
Akene asked 18/4, 2017 at 6:28

© 2022 - 2025 — McMap. All rights reserved.