如何在Windows上的git bash命令行中使pip可用?

tem*_*ame 3 python windows pip

pip在python site-packages目录中将安装文件夹添加到了PATH中,但是我仍然只能通过python -m pipgit bash 运行它。只是pip给我command not found

我环顾了pip目录,但没有看到任何二进制文件,因此这很有意义。但是很明显pip,这是通常在命令行中不带的东西python -m。那么我在这里缺少什么组件?

Cur*_*ipe 5

尝试添加C:/path/to/python/Scripts/到PATH

那里应该有一个pip.exe!