I’m having trouble with the Installing pipenv on Mac OS portion of the String Methods lesson. Link below …
https://www.codecademy.com/courses/learn-python-3/articles/learn-python-pipenv
For your info, I am running MacOS Ventura (newly downloaded a few days ago) on my 2021 MacBook Air .
I followed all the instructions from Mike in the video with no problem. I get to 8:30 (8 minutes and 30 seconds) into the video, follow the directions to save the file and check to see that the changes were successfully made (yes all good), I follow the directions to close the Terminal and reopen it.
But when I type in the pipenv --version as instructed, I get the following message …
zsh: command not found: pipenv
So I got back to the beginning and try to do it all again. This time when I get to 6:00 into the video, instead of the message in the terminal that says "pipenv and pipenv-resolver are installed in ‘Users/…’ which is not in PATH, I get many lines that start with “Requirement already satisfied” … probably because I followed all of Mike’s instructions correctly the first time around.
Someone please help?