Estoy realizando más o menos un find . -iname "*python*" -type d
en mi MacOS y encuentro numerosas instalaciones de python
.
No puedo descifrar cuál es cuál y cuál es su propósito, así que estaba pensando si alguien podría señalarme alguna documentación.
Algunos ejemplos:
./Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.9/Resources/Python.app
./System/Volumes/Data/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework
./System/Volumes/Data/Applications/Python 3.11
./System/Volumes/Data/opt/homebrew/lib/python3.11
./System/Volumes/Data/opt/homebrew/lib/python3.9
./System/Volumes/Data/opt/homebrew/lib/python3.12
(Estoy asumiendo que los últimos son instalaciones de brew
).
./System/Volumes/Data/opt/homebrew/Cellar/python@3.12
Cualquier ayuda sería muy apreciada.