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

Update bundled installer to work with pip 1.5 #692

Merged
merged 1 commit into from
Mar 5, 2014

Conversation

jamesls
Copy link
Member

@jamesls jamesls commented Mar 5, 2014

Also added a check that we have the minimum required
versions of pip/virtualenv before creating a bundled
installer.

Verified I could create/install a bundled installer
with these changes and pip 1.5.4.

If you have the wrong version installed, you'll get:

ValueError: pip requires at least version 1.5.0, but version 1.4.1 was found.

Fixes #691.

Also added a check that we have the minimum required
versions of pip/virtualenv before creating a bundled
installer.

Verified I could create/install a bundled installer
with these changes and pip 1.5.4.

If you have the wrong version installed, you'll get:

ValueError: pip requires at least version 1.5.0, but version 1.4.1 was found.

Fixes aws#691.
@toastdriven
Copy link
Contributor

🎆 🎉 :shipit:

@jamesls jamesls merged commit 5897c27 into aws:develop Mar 5, 2014
@jamesls jamesls deleted the pip-15-bundle branch June 23, 2014 18:29
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.

Update make-bundle to use newer version of pip
2 participants