Hi
My understanding Alteryx Designer uses miniconda underneath the hood to manage the python environment.
You can use the Package.installPackages() to load user specific libraries into the base environment.
Is it possible to switch to an alternative virtual environment into which I can install my user specific libraries?
Regards
Suki
great, thank you.
I am going to try these items for sure, this is really awesome stuff here.
Great, that's similar to my current thinking, I'll activate my own virtual env in the script (my case powershell).
My blog that addresses this issue has been posted: https://community.alteryx.com/t5/Engine-Works/Avoiding-Alteryx-Python-Dependency-and-Version-Chaos-w...