Hi
In TestStand we habe project dependent virtual Python environments.
My question is how can I change the virtual environment of the Python adapter if I execute another project/sequence which requires another venv?
Is there a way how to specify a venv Sequence specific? I Only found a way how I can use it Step specific.
I also tried to change the venv programmatically in the ProcessSetup Sequence Callback but this is too late because it loads the Python modules already upfront which then leads to an error.