On every run of my puppet agent, it runs a pip install, both when I have
or,
There has to be a better way to check if it's already the latest version or installed, without just running and Exec for pip install package or pip install --upgrade package. It takes up a lot of time in the agent's run when I'm installing a lot of packages.
On every run of my puppet agent, it runs a pip install, both when I have
or,
There has to be a better way to check if it's already the latest version or installed, without just running and Exec for
pip install packageorpip install --upgrade package. It takes up a lot of time in the agent's run when I'm installing a lot of packages.