I am following the solution in this thread here to "properly" install pipenv
on Mac.
At the last step, when running the command exec zsh
, I receive this error message:
(eval):46: command not found: complete
Usage: pipenv [OPTIONS] COMMAND [ARGS]...
Try 'pipenv -h' for help.
Error: No such option: --completion Did you mean --python?
What does this error mean? Does it mean pipenv
has failed to installed? Because I am able to fire up a virtual environment with pipenv shell