-
-
Notifications
You must be signed in to change notification settings - Fork 374
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Don't try to reinstall pip packages on every Puppet run #59
Comments
FWIW, this gets my vote. |
In theory this should already be the case? There is an onlyif pip freeze hiding in there? |
There is What about using the output of pip search though? That'll tell us whether the INSTALLED version is the same as the LATEST, and could trigger the installation with an unless cause. |
… Even if ensure latest, do not install if already latest
Don't try to reinstall pip packages on every Puppet run #59
…ensure latest, do not install if already latest
Don't try to reinstall pip packages on every Puppet run #59
Only install a pip package when it's missing.
The text was updated successfully, but these errors were encountered: