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
That happens because you are not installing it globally (system wide). For it to be available in your path you need to install it using sudo, like this:
path
sudo
$ sudo pip install pipenv