~/twint$ pipenv install -e git+https://github.com/twintproject/twint.git#egg=twint
pipenv: command not found
我已经安装了 pip 和 python。
答案1
在 Python3 中,你可以使用以下命令安装它:
$~ pip3 install pipenv
答案2
似乎pipenv
可以直接从 apt 存储库安装。尝试运行sudo apt install pipenv
。