is it possible to change the python interpreter for pythontex to a python virtual environment such as a conda venv?
My python functions that I call with pythontex for my latex document depend on packages installed in my conda venv.
If I launch pythontex with my conda environment activated I get the error:
ModuleNotFoundError: No module named 'pythontex_utils'