【发布时间】:2020-10-25 14:54:03
【问题描述】:
我已经在我的 cmd 中尝试过 pip install wget,它显示
>pip install wget
Requirement already satisfied: wget in c:\users\user\...\python\python38-32\lib\site-packages (3.2)
但是当我在 git bash 中尝试该命令时,它一直显示
$ wget
bash: wget: command not found
我已经确定 python 文件和 git 文件都在 PATH 中。
我在这里做错了什么?
【问题讨论】:
-
也许你该试试 Linux 了 ;)