Run Python Script run in venv?

Hello everyone, good afternoon!

I would like to run a Python script through UiPath and the Run Python Script activity solves my problem.

I just have one question, will the libraries used in the project be the ones on my computer or does Python Scope create a venv for this?

image

Hello @guintherlanger

As per my understanding python activities will be using the libraries in the system. So if you are importing the package to a python path, the same parent folder you need to provide for python in the python activities.