c4140d
diff --git a/virtualenv.py b/virtualenv.py
c4140d
index d1a344a..1d46506 100755
c4140d
--- a/virtualenv.py
c4140d
+++ b/virtualenv.py
c4140d
@@ -613,7 +613,6 @@ def main():
c4140d
     parser.add_option(
c4140d
         "--download",
c4140d
         dest="download",
c4140d
-        default=True,
c4140d
         action="store_true",
c4140d
         help="Download preinstalled packages from PyPI.",
c4140d
     )