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...
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...
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...
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...
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...
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:...
5
Solved
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 ...
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...
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,...
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 ...
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...
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?
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...
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:
...
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
2
brew install icu4c gives me 73.2, how do I trick homebrew to install icu4c 71.1?
Thanks!
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...
© 2022 - 2025 — McMap. All rights reserved.