kislyuk / argcomplete

Python and tab completion, better together.
https://kislyuk.github.io/argcomplete/
Apache License 2.0
1.39k stars 129 forks source link

installation instructions do not work for me (zsh: command not found) #372

Closed bd closed 1 year ago

bd commented 2 years ago

As per the installation instructions in the README, I ran

pip3 install argcomplete
activate-global-python-argcomplete

but this results in zsh: command not found: activate-global-python-argcomplete

so at a minimum, it might be useful to expand the docs on troubleshooting installation.

This is a 2019 MBP (intel) on OSX 12.4

kislyuk commented 1 year ago

Thank you for your interest in argcomplete. Your installation environment appears broken, since scripts installed by Python packages don't seem to appear on your PATH.