I installed pipenv in my Ubuntu 20.04 with the following command:
pip3 install --user pipenv
but now when I try to run pipenv or pipenv shell the terminal doesn't recognize it:
bash: /usr/bin/pipenv: No such file or directory
How can I correct this?