You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I open an new terminal/tab and navigagte to a pipenv generated python project folder, then type pipenv then hit tab for completion, I get the following error in the and then the first item in the completion list follows:
❯ pipenv _pipenv:3: command not found: _pipenv
check function
Here check is the first item in the list if commands when one types pipenv --help.
Steps To Reproduce
Install zsh-autocomplete
Install pipenv ( I installed my with pipx) pipx install pipenv
I have the following in my .zshrc file.
I expected the completion to get listed after I press space after typing pipenv this doesn't happen but I think it's a bug with pipenv itself and then when I press tab for the first item in the command list to be inserted at the prompt.
Observed behavior
Click to expand
Environment:
OS: macOS
Terminal: wezterm
Zsh version: zsh 5.9 (x86_64-apple-darwin21.3.0)
Repo version:
Additional context
The text was updated successfully, but these errors were encountered:
I suspect pipenv has changed the way it provides completions. I have not used pipenv in quite a while, but what you have in your .zshrc file does match what is currently in Znap's example .zshrc file. Can you try if that works for you?
In any case, it's not a bug in Znap, but I could update the example.
Describe the bug
When I open an new terminal/tab and navigagte to a pipenv generated python project folder, then type
pipenv
then hit tab for completion, I get the following error in the and then the first item in the completion list follows:Here
check
is the first item in the list if commands when one typespipenv --help
.Steps To Reproduce
Install zsh-autocomplete
Install
pipenv
( I installed my withpipx
)pipx install pipenv
I have the following in my
.zshrc
file.Expected behavior
I expected the completion to get listed after I press space after typing
pipenv
this doesn't happen but I think it's a bug withpipenv
itself and then when I presstab
for the first item in the command list to be inserted at the prompt.Observed behavior
Click to expand
Environment:
Additional context
The text was updated successfully, but these errors were encountered: