/Applications/ParaView-6.0.0-RC2.app/Contents/bin/pvpython -m venv ~cory.quammen/.venv
Error: [Errno 2] No such file or directory: '/Users/cory.quammen/.venv/bin/vtkpython'
/Users/cory.quammen/.venv/bin/vtkpython exists, but it is a link to /Applications/ParaView-6.0.0-RC2.app/Contents/Libraries/vtkpython, which does not exist. I’m not sure why vtkpython is referenced at all.
Is venv now using the interpreter-reported binary name perhaps? I don’t see ParaView calling SetProgramName or setting vtkPythonInterpreter::InitializeWithArgs’s programName argument.
$ /Applications/ParaView-6.0.0-RC2.app/Contents/bin/pvpython
import sysPython 3.12.7 (main, Jul 2 2025, 12:31:09) [Clang 16.0.0 (clang-1600.0.26.4)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import sys
>>> sys.executable
'/Applications/ParaView-6.0.0-RC2.app/Contents/Libraries/vtkpython'