Closed
Description
From https://bugs.launchpad.net/virtualenv/+bug/325642
carljm@bokchoi:~$ python2.6 -m virtualenv tmp
New python executable in tmp/bin/python2.6
Not overwriting existing python script tmp/bin/python (you must use tmp/bin/python2.6)
Installing setuptools.............done.
carljm@bokchoi:~$ python2.6 -m virtualenv --clear tmp
Deleting tree tmp/lib/python2.6
Not deleting tmp/bin
New python executable in tmp/bin/python2.6
Not overwriting existing python script tmp/bin/python (you must use tmp/bin/python2.6)
Installing setuptools............done.