This file is indexed.

/usr/share/doc/virtualenvwrapper/README.Debian is in virtualenvwrapper 4.3.1-2.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
In contrast to the information in
/usr/share/doc/virtualenvwrapper/html/index.html this package installs
virtualenvwrapper.sh as /usr/share/virtualenvwrapper/virtualenvwrapper.sh the
lazy version is installed as
/usr/share/virtualenvwrapper/virtualenvwrapper_lazy.sh.

Virtualenvwrapper is enabled if you install the package bash-completion and
enable bash completion support in /etc/bash.bashrc or your ~/.bashrc. The bash
completion file in /etc/bash_completion.d/virtualenvwrapper sources the lazy
version of virtualenvwrapper by default but can be configured to load the full
version instead.

If you only want to use virtualenvwrapper you may just add

 source /usr/share/virtualenvwrapper/virtualenvwrapper.sh

to your ~/.bashrc or ~/.zshrc.

Python3 support is not enabled in the Debian package because it requires a
Python3 compatible virtualenv version that is not packaged for Debian yet.