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