Skip to content
This repository was archived by the owner on Oct 2, 2018. It is now read-only.

added version checking to virtualenv install not_if statement#75

Closed
willejs wants to merge 1 commit intopoise:masterfrom
willejs:master
Closed

added version checking to virtualenv install not_if statement#75
willejs wants to merge 1 commit intopoise:masterfrom
willejs:master

Conversation

@willejs
Copy link
Copy Markdown

@willejs willejs commented Jan 16, 2014

When installing virtualenv pip errors, because pip's wheel archives are not supported in that version, and requires setuptools version 0.8 errors.

This cookbook packages setuptools 0.8, however, it only checks if setup tools is installed, if we are asserting to install it, lets make sure we check the version.

Therefore, I have amended the 'check' (by committing some python styling crimes), which checks the version is not less than 0.8, if it is it installs it, otherwise it doesent.

@coderanger
Copy link
Copy Markdown
Member

This is no longer needed with 213c37e

@coderanger coderanger closed this Jan 28, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants