~/twint$ pipenv install -e git+https://github.com/twintproject/twint.git#egg=twint pipenv: command not found
I have pip and python installed.
In Python3, you can install it with:
$~ pip3 install pipenv
It seems pipenv can be installed directly from the apt repositories. Try running sudo apt install pipenv.
pipenv
sudo apt install pipenv