Not sure if this is a problem, my pulumi python pr...
# general
j
Not sure if this is a problem, my pulumi python project uses venv, and I found python is installed in the venv, it didn't interrupt my local python which is good. Now I need to install the python module azure-cli, I added it in the requirements.txt, and then run '
Copy code
venv/bin/pip install -r requirements.txt
to install the python module. After installation, I found the executable was placed under /usr/local/bin/, when I type "az -v" at terminal, it obviously found the executable from this location and reported the following error