Brett Cannon added the comment: So first thing is that you can't relocate a venv. The --upgrade option is only for when you upgrade a Python installation in-place (e.g. go from 3.3 to 3.4 but otherwise all other details stay the same). The --clear option empties out the directories so nothing will stick around.
IOW without adding a --move option to pyvenv, a venv is not worth leaving around in the box. It is probably reasonable, though, to provide a script or integrate into full_coverage.py to set up the venv and such. ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue18367> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com