[issue15307] Patch for --symlink support in pyvenv with framework python

Ronald Oussoren report at bugs.python.org
Fri Jul 13 20:41:01 CEST 2012


Ronald Oussoren <ronaldoussoren at 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 <report at bugs.python.org>
<http://bugs.python.org/issue15307>
_______________________________________


More information about the Python-bugs-list mailing list