]> git.phdru.name Git - dotfiles.git/blobdiff - lib/config/python
Update configs after upgrading to Debian 9 "stretch"
[dotfiles.git] / lib / config / python
index 8f64e028da90187e39a73de05854252437e643a7..ca338f08f6181c0504dfae0549f85365aea29296 100644 (file)
@@ -6,6 +6,5 @@ export PY_VER
 if type -p pip >/dev/null 2>&1; then
    eval "`pip completion --bash`"
    rm -rf /tmp/pip_build_"$USER"
-   complete -F _pip_completion pip2 pip2.7 pip3 pip3.4
+   complete -F _pip_completion pip2 pip2.7 pip3 pip3.3 pip3.4 pip3.5 pip3.6
 fi
-