<div dir="ltr"><div>Package: python-virtualenv<br>Version: 1.11-2<br>Severity: important<br><br><br></div>Dear package maintainer(s),<br><div><br></div><div>Any virtualenv created with the --system-site-packages does not work as expected. Any attempt to install a package with pip yields a permission error.<br>
<br></div><div>Here is an easy example to reproduce this bug:<br><br></div><div>1) generate the failing and working venvs:<br></div><div>virtualenv --system-site-packages venv_failing<br>virtualenv venv_working<br></div><div>
<br></div><div>2) "source venv_working/bin/activate;pip install enum34" works<br><br>3) "source venv_failing/bin/activate;pip install enum34" does not work<br></div><div><br>A workaround is to create a virtualenv without the 
--system-site-packages flag, manually copy its bin/pip and 
bin/easy_install scripts to the failing virtualenv and change the paths 
in the headers of each script.<br><br></div><div>The changelog of v1.11.1 suggests a similar problem has been fixed upstream. I'd suggest to update to the most recent version (v1.11.2 as of today), and see whether this bug is fixed.<br>
</div><div><br></div><div>Thanks,<br></div><div><br><br>-- System Information:<br>Debian Release: jessie/sid<br>  APT prefers testing-updates<br>  APT policy: (500, 'testing-updates'), (500, 'testing')<br>
Architecture: amd64 (x86_64)<br><br>Kernel: Linux 3.12-1-amd64 (SMP w/2 CPU cores)<br>Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)<br>Shell: /bin/sh linked to /bin/dash<br><br>Versions of packages python-virtualenv depends on:<br>
ii  python                2.7.5-5<br>ii  python-pkg-resources  2.1-1<br>ii  python-setuptools     2.1-1<br><br>Versions of packages python-virtualenv recommends:<br>ii  python-pip  1.4.1-2<br><br>python-virtualenv suggests no packages.<br>
<br>-- no debconf information<br><br></div></div>