pythonfinder icon indicating copy to clipboard operation
pythonfinder copied to clipboard

Find Python installed by python.org macOS installers

Open uranusjr opened this issue 6 years ago • 0 comments

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).

uranusjr avatar Apr 15 '19 07:04 uranusjr