I\'m new to Python development and attempting to use pipenv. I ran the command pip install pipenv, which ran successfully:
pip install pipenv
... Successfully buil
If you've done a user installation, you'll need to add the right folder to your PATH variable.
PATH
PYTHON_BIN_PATH="$(python3 -m site --user-base)/bin" PATH="$PATH:$PYTHON_BIN_PATH"
See pipenv's installation instructions