sparse-intern-71089
08/25/2020, 8:19 AMlimited-rainbow-51650
08/25/2020, 9:41 AMimport pulumi_kubernetes
in the code. I always see from pulumi_kubernetes.<subpackage> import <class>
https://github.com/pulumi/examples/tree/master/kubernetes-py-guestbookrhythmic-napkin-82334
08/25/2020, 10:56 AMimport pulumi_kubernetes
working before.
However, I am a little bit confused on what exactly happens, when I call pulumi up
.
1. The pulumi that was installed with brew executes the command and has access to python packages that are in the mac os standard python installation.
2. The pulumi that was installed with brew executes the command and has access to python packages that are in the mac os standard python installation and the packages that are in the activated conda environment.
3. The pulumi from the conda environment is called with all python packages available in the conda environment.
Subsequently, the following questions arise:
• If pulumi is entirely run from packages in virtual environment (conda, venv, …) why brew install pulumi
at all?
• If pulumi is entirely run from packages in base environment, why use virtual environments?
Reconsidering the questions origin, it’s probably more appropriate in the #CDE799L1M channel