diff --git a/bin/refresh-support-files.py b/bin/refresh-support-files.py index bc4265457..f19380a18 100644 --- a/bin/refresh-support-files.py +++ b/bin/refresh-support-files.py @@ -15,6 +15,7 @@ ('http://pypi.python.org/packages/2.5/s/setuptools/setuptools-0.6c11-py2.5.egg', 'setuptools-0.6c11-py2.5.egg'), ('http://pypi.python.org/packages/2.4/s/setuptools/setuptools-0.6c11-py2.4.egg', 'setuptools-0.6c11-py2.4.egg'), ('http://python-distribute.org/distribute_setup.py', 'distribute_setup.py'), + ('http://pypi.python.org/packages/source/d/distribute/distribute-0.6.6.tar.gz', 'distribute-0.6.6.tar.gz'), ] def main(): diff --git a/virtualenv.py b/virtualenv.py index 736465554..47ad21444 100755 --- a/virtualenv.py +++ b/virtualenv.py @@ -249,7 +249,7 @@ def _install_req(py_executable, unzip=False, distribute=False): project_name = 'setuptools' bootstrap_script = EZ_SETUP_PY else: - setup_fn = None + setup_fn = 'distribute-0.6.6.tar.gz' project_name = 'distribute' bootstrap_script = DISTRIBUTE_SETUP_PY