谁来帮我解决这个错误?
成功安装pipx后- $ python3 -m pip install --user pipx && $ python3 -m pipx ensurepath
成功安装pipx-0.16.4
当我运行这个命令- $ pipx install eth-brownie时
我得到了这个错误- $ bash: pipx: command not found
发布于 2022-02-12 22:55:49
尝试使用pip3安装。为我工作
https://stackoverflow.com/questions/69767756
复制相似问题