Cygwin 终端只识别 `pip3 install` 而不是 `pip2 install`

Cygwin terminal is only recognizing `pip3 install` rather than `pip2 install`

我需要安装 python future 模块以使用 ./waf 命令编译代码,我正在使用 Cygwin 64 终端执行此操作。但是,由于不兼容问题,尽管它已经安装,但我仍然收到 future module not found。我正在尝试使用 pip2 install 命令重新安装模块,但出现了以下错误:

Gover@LAPTOP-OV3886CH /cygdrive/d/ardupilot
$ pip2 install future
-bash: pip2: command not found


不过,我可以使用 pip3 install 安装 future 模块,但这仍然与 ./waf 命令不兼容。为什么 pip2 install 不起作用?

安装 python27-pippython27 软件包

查看包装内容 https://cygwin.com/packages/x86_64/python27-pip/python27-pip-20.3.3-2