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 command. Windows doesn't have that, so I looked it up and everything I saw said to install Cygwin. So I did. But...sip is in C:\Python31\sip.
Can I run this from the Cygwin command? If so, how would I do that?
Or can I run this from the normal windows command prompt? If so, how would I go about that?
Although the basic cd command works in cygwin to move to various directories. You cannot simple write cd D: to move to the D drive or any other drive for that matter. Similarly, if you want to navigate to some other drive, you can do so by simply changing /cygdrive/c to /cygdrive/d for D drive.
In a new installation of Cygwin, your home directory will be in C:/cygwin/home/<user>/ , and can be accessed by the usual ~ shortcut.
Use:
cd /cygdrive/c
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With