]> git.phdru.name Git - dotfiles.git/blob - lib/config/python
Update configs after upgrading to Debian 9 "stretch"
[dotfiles.git] / lib / config / python
1 include git/less
2
3 PY_VER=2.7
4 export PY_VER
5
6 if type -p pip >/dev/null 2>&1; then
7    eval "`pip completion --bash`"
8    rm -rf /tmp/pip_build_"$USER"
9    complete -F _pip_completion pip2 pip2.7 pip3 pip3.3 pip3.4 pip3.5 pip3.6
10 fi