I tried to install using apt-get install pipenv
, apt install pipenv
but did not succeed.
I tried to install using apt-get install pipenv
, apt install pipenv
but did not succeed.
To solve the above problem, I first had to install the command pip
, using sudo apt install python3-pip
and later sudo pip3 install pipenv