I'm upgrading to 2018.4 as I write this. Does the Python tool still use one venv for all instances? I'm developing something to upload to Server and I'm wondering whether I need to worry about the effects of having one environment for all users of the Python tool on the Server.
Thanks!
Solved! Go to Solution.
Hi @cam_w,
Yes, there is one venv for all instances of the Python tool. Each workflow published on your server will reference the same venv.
Thanks,
Sydney
Thank you @SydneyF!