-
-
Notifications
You must be signed in to change notification settings - Fork 29
Brew πΊ
LeoTM edited this page Apr 5, 2024
·
21 revisions
Most formulae need a compiler, a few need a full Xcode install
- formula: pkg def .rb (source code compiled, managed by brew)
- cask: app binary (can incl. GUI)
https://github.com/Homebrew/homebrew-core/tree/master/Formula
e.g. yarn
brew tap homebrew/cask-versions
# Extract
# Remote
brew install https://raw.githubusercontent.com/Homebrew/homebrew-core/86a44a0a552c673a05f11018459c9f5faae3becc/Formula/[email protected]
# Local
brew install leo/python2/[email protected]
# or
brew install /opt/homebrew/Library/Taps/<user>/homebrew-python2/Formula/[email protected]
# or
brew install /usr/local/Homebrew/Library/Taps/<user>/homebrew-python2/Formula/[email protected]
brew untap <user>/python2