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

Ensure up-to-date pip from virtualenv is used by Ansible. #145

Merged
merged 3 commits into from
Jan 25, 2017
Merged

Conversation

martey
Copy link
Contributor

@martey martey commented Jan 25, 2017

Using an old version of pip results in an error when installing packages (see pypa/setuptools#937). These commits ensure that the installation happens with the most up-to-date version of pip available.

See #142 and #143 - pinning these two packages are
ineffective/incomplete solutions to the problem (the required packages
on each conference site server is being run by the system's pip instead
of the virtualenv's).
Use shell command instead of Ansible's built-in pip command so that the
virtualenv's pip is used to install packages. This should also increase
deployment speeds, since wheels will be used.
@martey martey merged commit b765435 into master Jan 25, 2017
martey added a commit that referenced this pull request Jan 25, 2017
@martey martey deleted the pip branch February 16, 2017 06:37
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.

1 participant