fix(pip): use `pip3` in `pip3 uninstall` completion (#10271)

master
Oluwafemi Sule 4 years ago committed by GitHub
parent bc7bc74469
commit eec34b32fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      plugins/pip/_pip

@ -13,7 +13,7 @@ _pip_all() {
} }
_pip_installed() { _pip_installed() {
installed_pkgs=(`pip freeze | cut -d '=' -f 1`) installed_pkgs=($($service freeze | cut -d '=' -f 1))
} }
local -a _1st_arguments local -a _1st_arguments

Loading…
Cancel
Save