Skip to content
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

Do not try to reinstall packages installed via the OS #331

Merged
merged 1 commit into from
Sep 15, 2016

Conversation

rikwasmus
Copy link
Contributor

Pip freeze provides another list than pip list, see
also online questions like:
http://stackoverflow.com/questions/19837410/why-doesnt-setuptools-1-3-1-appear-when-i-pip-freeze

To prevent continuous reinstalls of things like setuptools,
examine pip list output as well.

Pip freeze provides another list than pip list, see
also online questions like:
   http://stackoverflow.com/questions/19837410/why-doesnt-setuptools-1-3-1-appear-when-i-pip-freeze

To prevent continuous reinstalls of things like setuptools,
examine pip list output as well.
@shivapoudel shivapoudel merged commit 076dc16 into voxpupuli:master Sep 15, 2016
rikwasmus added a commit to rikwasmus/puppet-python that referenced this pull request Sep 15, 2016
Ref: voxpupuli#331

Fixed lax unescaped backslash to make it pass tests.
sergiik pushed a commit to sergiik/puppet-python that referenced this pull request Mar 14, 2018
Ref: voxpupuli#331

Fixed lax unescaped backslash to make it pass tests.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants