I have Python 3 installed on Cygwin. However, I am unable to install Python 3 packages via pip. Is there a way to do this?
pip
I just learned, inspired from https://www.scivision.co/install-pip-in-cygwin/ and the answer before, that instead of using pip, you just have to use pip2 for python2 or pip3 for python 3 in cygwin on windows. Wondered about this the whole day...