Skip to content

Commit

Permalink
Removed remaining reference to --use-distribute.
Browse files Browse the repository at this point in the history
  • Loading branch information
carljm committed Nov 30, 2011
1 parent f477166 commit bfcd4ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion virtualenv.py
Expand Up @@ -879,7 +879,7 @@ def main():
popen = subprocess.Popen([interpreter, file] + sys.argv[1:], env=env)
raise SystemExit(popen.wait())

# Force --use-distribute on Python 3, since setuptools is not available.
# Force --distribute on Python 3, since setuptools is not available.
if majver > 2:
options.use_distribute = True

Expand Down

0 comments on commit bfcd4ca

Please sign in to comment.