web.venv Module¶
Activate venv for current interpreter:
- Use from paraview.web import venv along one of the following
–venv /path/to/venv/base argument
environment variable PV_VENV=/path/to/venv/base
This can be used when you must use an existing Python interpreter, not the venv bin/python.