In Debian Jessie the python-virtualenv package no longer provides a binary named virtualenv. See Debian bug #752467 for more information.
Instead of installing python-virtualenv, it apperas that one must install the package virtualenv, which installs python3-virtualenv and the /usr/bin/virtualenv script.
In Debian Jessie the
python-virtualenvpackage no longer provides a binary namedvirtualenv. See Debian bug #752467 for more information.Instead of installing
python-virtualenv, it apperas that one must install the packagevirtualenv, which installspython3-virtualenvand the/usr/bin/virtualenvscript.