SyntaxFix
Write A Post
Hire A Developer
Questions
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