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
The real path of OSX python binaries can look like so: /System/Library/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/MacOS/Python
The real path of OSX python binaries can look like so:
/System/Library/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/MacOS/Python
The binary discovery logic in PythonInterpreter misses binaries like these due to case-sensitive regexes here: https://github.com/pantsbuild/pex/blob/master/pex/interpreter.py#L181
This was discovered in pantsbuild/pants#1908
The text was updated successfully, but these errors were encountered: