How to use different Python virtual environments for different workflows

I think the question is self-explanatory.

I want to set different python virtual environments for the different workflows that are on the same server.

Also, is it possible to set the location of the virtual environment in runtime? As an argument when calling from bat file?

1 Like

If you’re using a shell script or batch file to launch the Python interpreter as described here, I guess you should be able to set an environment variable beforehand then use that variable as the name of the conda env to activate?

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.