
If you have installed a formula (node, python, git, awscli etc) using brew and wondering where it got installed on your Mac/Linux, well you can simply run the command brew --prefix <formula> to know!
Example:% brew --prefix python3
/opt/homebrew/opt/python@3.10
As you can see I have Python 3.10 installed at /opt/homebrew/opt/python@3.10
Note: Based on which Operating System you are using brew the default location may vary,
- ARM Based M1/M2 Mac (macOS): /opt/homebrew
- Intel Based Mac: /usr/local
- Linux: /home/linuxbrew/.linuxbrew
-
Have Questions? Post them here!
More Posts related to HowTos,
- How to create a New Project in Visual Studio Code (VS Code)
- How to Whitelist IP Address on GoDaddy Hosting?
- CentOS Cannot find a valid baseurl for repo base7x86_64 yum
- Fix: This app is no longer shared with you error iPhone or iPad iOS
- How to check the version of NodeJS installed
- [Error] There was an error connecting to the apple id server
- Find Restroom Near Me - Closest Toilet Nearby Using Your Current Location
- How to install xz data compression software using Brew
- Steps to Delete or Deactivate Instagram Account
- How to enable line numbers in IntelliJ
- How to display line numbers in Terminal while displaying content of a file
- Unzip a Zip file from Terminal Command
- Install SonarLint on Visual Studio Code
- How to Scan iPhone for Virus? Is Antivirus it really required?
- 100+ SEO Tips to improve your website search ranking
- [fix] Editor could not be opened unexpected error: File is a directory (VS Code)
- How to Fix Spelling Errors on Microsoft Word for Mac
- How to convert byte array to String [Kotlin]
- [Fix] Error 1020 Cloudflare: Access was denied
- Command: How to scp a file to remote server location?
- What is an Authorization Code Grant? OAuth 2.0
- How to Connect to AWS Windows EC2 UI Instance from M1 Mac (Updated 2022)
- How to replace with space
- VS Code Remove Unused Imports Keyboard Shortcut
- How to rerun last command in Zsh shell
More Posts:
- Maven Unsupported major.minor version 51.0 - Java
- Error: Unable to access jarfile jarFileName.jar file [Windows] - Java
- SharePoint - The URL is invalid. It may refer to a nonexistent file or folder, or refer to a valid file or folder that is not in the current Web. - SharePoint
- [Fix] Docker Run unknown shorthand flag: 'r' in -rm - Docker
- How to install Node using Brew on Mac - MacOS
- How to clear MySQL Console Screen - MySQL
- Android xml error Attribute is missing the Android namespace prefix [Solution] - Android
- How to share SharePoint site or document with all users in organization - SharePoint