File: README.Debian

package info (click to toggle)
virtualenvwrapper 4.8.4-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 796 kB
  • sloc: sh: 3,369; python: 595; makefile: 185
file content (17 lines) | stat: -rw-r--r-- 748 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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.