[Python-modules-team] Bug#832616: virtualenv: Doesn't seem to know what version it runs under
Matijs van Zuijlen
matijs at matijs.net
Wed Jul 27 15:06:16 UTC 2016
Package: virtualenv
Version: 15.0.2+ds-1
Severity: minor
Hi,
virtualenv allows specifying the python version to use. However, when
doing so I get the following output:
$ virtualenv -p /usr/bin/python3 --system-site-packages .venv
Already using interpreter /usr/bin/python3
[..]
It seems to indicate I didn't need to pass in the python interpreter to
use. However, this is the output when I don't specify the version:
$ virtualenv --system-site-packages .venv
Running virtualenv with interpreter /usr/bin/python2
[..]
This seems rather inconsistent...
Regards,
Matijs
--error System Information:
Debian Release: stretch/sid
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Kernel: Linux 4.6.0-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_IE.utf8, LC_CTYPE=en_IE.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
Versions of packages virtualenv depends on:
ii python3 3.5.1-4
ii python3-virtualenv 15.0.2+ds-1
virtualenv recommends no packages.
virtualenv suggests no packages.
-- no debconf information
More information about the Python-modules-team
mailing list