Pipenv having trouble installing despite Python being installed

Question:

After installing Python, I am now trying to install the pipenv dependency by running this command in the terminal python 3.8 -m pip install --upgrade pip pipenv. However, after attempting to execute the command, I receive this error zsh: command not found: python. I find it odd because Python is definitely installed. I’ve tried uninstalling then reinstalling the app, but I’ve had no success.

Asked By: azaria.dee

||

Answers:

Try using command to run the environment python3 ...

Answered By: lemu
Categories: questions Tags: ,
Answers are sorted by their score. The answer accepted by the question owner as the best is marked with
at the top-right corner.