Install pip in Cygwin
pip is the most commonly used Python package manager.
Pip can be installed in Cygwin from the Windows Command Prompt using the Cygwin
Package Manager:
setup-x86_64.exe -Bq -P python3-pipSome pip installable packages using compiled code require the Python development libraries and a C, C++ or Fortran compiler:
setup-x86_64.exe -Bq -P python3 gcc-core gcc-g++ gcc-fortranVerify from Cygwin Terminal:
python3 -m pip --versionNote that it’s under /usr/lib and not a /cygdrive path to a regular Windows Python install.
Instead of Cygwin, most Python work on Windows could use: