我已经在我的 cmd 中尝试了 pip install wget,它显示
>pip install wget
Requirement already satisfied: wget in c:\users\user\...\python\python38-32\lib\site-packages (3.2)
Run Code Online (Sandbox Code Playgroud)
但是,当我在 git bash 中尝试该命令时,它一直显示
$ wget
bash: wget: command not found
Run Code Online (Sandbox Code Playgroud)
我已经确保 python 文件和 git 文件都在 PATH 中。
我在这里做错了什么?