ParaView w/ Python 3 on Mac - when?

And Apple’s future plans is to just remove it. Python3 won’t be part of macOS in the future. I think the best we can do is either ship a Python3 that doesn’t support pip and such (as with our Windows and Linux binaries) or to require usage of the python.org installed Python. Due to the way macOS’ runtime binary stuff works, we have to expect any system Python in a specific place; we can’t work with an “arbitrary” libpythonXY.dylib like Linux and Windows can.