Command not found: pipenv

~/twint$ pipenv install -e git+
pipenv: command not found

I have pip and python installed.

6

2 Answers

In Python3, you can install it with:

$~ pip3 install pipenv
1

It seems pipenv can be installed directly from the apt repositories. Try running sudo apt install pipenv.

2

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like