How do I install Python on cygwin? I downloaded the Python-2.7.2.tar and uncompressed it. What do I do with it now? I tried running install-sh but it says no input file specified

link|improve this question
feedback

migrated from stackoverflow.com Sep 22 '11 at 9:55

This question came from our site for professional and enthusiast programmers.

1 Answer

up vote 3 down vote accepted

With the Cygwin setup, you can select packages to install (even on an existing installation of cygwin). You can select Python, for example.

link|improve this answer
Ah yes that was easy... just ran setup again and 'checked' Python. Thanks! – Michael Sep 21 '11 at 10:18
feedback

Your Answer

 
or
required, but never shown