I am trying to run a Python script on a Windows 7-64 bit machine using Cygwin. I can't get the newest version of Python installed in this environment.
Question:
To uninstall the Python interpreter (or any other package) from Cygwin:
setup.exe
file (the one you downloaded for installing Cygwin)python
)keep
to uninstall
by clicking on it 3 timesAt the moment, Python 2.7 has not been ported to Cygwin. The latest Python 2 version is 2.6.8-2
.
However, Python 3.2 has been ported, so you should check if your script is compatible with it.
You can have Python 2 and 3 installed at the same time on Cygwin – the first can be fired with the classic python
command, and the latter with python3
.
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