hi there, is there a way to Pulumi/Python without ...
# python
c
hi there, is there a way to Pulumi/Python without the venv mechanism that's built in? we use anaconda a lot and would love to stick to it and not have to juggle multiple environments during our development.
r
you can delete the local 
venv
 directory and unset the 
virtualenv
 option in 
Pulumi.yaml
[docs]