When pyzshcomplete is installed via pip it also installs the activate_pyzshcomplete script. This script is installed to ~/.local/bin.
Since the script has to be run as root, even if ~/.local/bin is in the user's PATH, the path to it has to be specified as in sudo ~/.local/bin/activate_pyzshcomplete which is annoying.
Should check if there's a way to omit that.
When
pyzshcompleteis installed viapipit also installs theactivate_pyzshcompletescript. This script is installed to~/.local/bin.Since the script has to be run as root, even if
~/.local/binis in the user'sPATH, the path to it has to be specified as insudo ~/.local/bin/activate_pyzshcompletewhich is annoying.Should check if there's a way to omit that.