Skip to content

Instantly share code, notes, and snippets.

@satishgoda
Created August 31, 2024 19:47
Show Gist options
  • Save satishgoda/a809d9bc697378fa667494a8ab26efe7 to your computer and use it in GitHub Desktop.
Save satishgoda/a809d9bc697378fa667494a8ab26efe7 to your computer and use it in GitHub Desktop.
Homebrew on MacOS
>>> import sys
>>> from pprint import pprint
>>> pprint(sys.path)
['',
 '/opt/homebrew/Cellar/python@3.10/3.10.14_1/Frameworks/Python.framework/Versions/3.10/lib/python310.zip',
 '/opt/homebrew/Cellar/python@3.10/3.10.14_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10',
 '/opt/homebrew/Cellar/python@3.10/3.10.14_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload',
 '/opt/homebrew/lib/python3.10/site-packages']
>>> 
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment