SyntaxFix
Write A Post
Hire A Developer
Questions
After installing pipenv (sudo pip install pipenv), I kept getting the "Command Not Found" error when attempting to run the pipenv shell command.
sudo pip install pipenv
pipenv shell
I finally fixed it with the following code:
pip3 install pipenv pipenv shell