How to install pipenv on ubuntu 16.04 for python3

-2

I tried to install using apt-get install pipenv , apt install pipenv but did not succeed.

    
asked by anonymous 24.08.2018 / 15:18

1 answer

0

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

Pipenv Documentation

    
24.08.2018 / 15:21