I\'m trying to install PyQt4 so I can mess around with it. The installation guide said I had to install Sip. The last step to installing Sip is to use the make install
make install
You already accepted an answer, but I just thought I'd mention that the following also works in Cygwin:
cd "C:\Foo"
I think the cd /cygdrive/c method is better, but sometimes it's useful to know that you can do this too.
cd /cygdrive/c