You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
python.org installers for macOS install Python to /Library/Frameworks/Python.framework/Versions/X.Y (replace X.Y with actual versions), but the installed binary is not always linked into PATH. It would be useful to find Python binaries inside it automatically.
The binaries are at /Library/Frameworks/Python.framework/Versions/X.Y/bin/pythonX.Y (pythonX.Ym is also available).
The text was updated successfully, but these errors were encountered:
python.org installers for macOS install Python to
/Library/Frameworks/Python.framework/Versions/X.Y
(replaceX.Y
with actual versions), but the installed binary is not always linked intoPATH
. It would be useful to find Python binaries inside it automatically.The binaries are at
/Library/Frameworks/Python.framework/Versions/X.Y/bin/pythonX.Y
(pythonX.Ym
is also available).The text was updated successfully, but these errors were encountered: