bash: pipenv: command not found解
2021-11-06 本文已影响0人
mutang
bash: pipenv: command not found解决方案
步骤:
- 安装:pip3 install pipenv
- 找:
find / -name pipenv - 建立软链
ln -s /usr/local/python3/bin/pipenv /usr/bin/pipenv
bash: pipenv: command not found解决方案
步骤: