Unverified Commit eec34b32 authored by Oluwafemi Sule's avatar Oluwafemi Sule Committed by GitHub

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

parent bc7bc744
......@@ -13,7 +13,7 @@ _pip_all() {
}
_pip_installed() {
installed_pkgs=(`pip freeze | cut -d '=' -f 1`)
installed_pkgs=($($service freeze | cut -d '=' -f 1))
}
local -a _1st_arguments
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment