The Question
What is the correct way to install Python 3.0 alongside Python 2.x using Cygwin?
Notes
I already have a working copy of Cygwin, and Python 2.x is installed within Cygwin (/lib/python2.x
, not c:\python2.x
).
Also, I would like to be able to call python 3 separately (and only intentionally) by leaving python
pointing to Python 2.x to preserve existing dependencies. I would like to use python30
or some alternative.
Any pointers to guides on the subject would be much appreciated. I cannot seem to find one either at the cygwin site or python.org.