Skip to content

Instantly share code, notes, and snippets.

@ejucovy
Created April 21, 2011 22:12
Show Gist options
  • Save ejucovy/935600 to your computer and use it in GitHub Desktop.
Save ejucovy/935600 to your computer and use it in GitHub Desktop.
Diff of virtualenv's EZ_SETUP_PY in https://github.com/ccnmtl/turbogears_pip_bootstrapper/commit/ef99272697766f3b6cdf4ecfb3f4c4c46a74d227 to install setuptools==0.6c8 instead of setuptools>=0.6c11
17c17
< DEFAULT_VERSION = "0.6c11"
---
> DEFAULT_VERSION = "0.6c8"
226c226
< req = "setuptools>="+version
---
> req = "setuptools=="+version
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment