File: virtualenvwrapper.bash-completion

package info (click to toggle)
virtualenvwrapper 4.3.1-2
  • links: PTS, VCS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch
  • size: 736 kB
  • ctags: 494
  • sloc: sh: 3,084; python: 573; makefile: 186
file content (9 lines) | stat: -rw-r--r-- 220 bytes parent folder | download
1
2
3
4
5
6
7
8
9
# bash completion snippet for virtualenvwrapper

USE_FULL=no

if [ "$USE_FULL" = "yes" ]; then
    . /usr/share/virtualenvwrapper/virtualenvwrapper.sh
else
    . /usr/share/virtualenvwrapper/virtualenvwrapper_lazy.sh
fi