Ronald Oussoren <ronaldousso...@mac.com> added the comment: Ned mentioned that test_venv fails on line 95 when you run test_venv *in* a virtualenv, that is:
$ pyvenv testenv $ testenv/bin/python3 -m test.test_venv This fails because sys.prefix != sys.base_prefix for testenv/bin/python3, and that's expected. Unless I'm mistaken nothing is wrong here. ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue15307> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com