Skip to content Skip to sidebar Skip to footer
Showing posts with the label Cygwin

Installing Python 3.3 On Cygwin

I'm having trouble installing Python 3.3 on Cygwin. I've tried installing from source, but … Read more Installing Python 3.3 On Cygwin

How Can I Know If My Python Script Is Running? (using Cygwin Or Windows Shell)

I have a python script named sudoserver.py that I start in a CygWin shell by doing: python sudoserv… Read more How Can I Know If My Python Script Is Running? (using Cygwin Or Windows Shell)

Bash/cygwin/$path: Do I Really Have To Reboot To Alter $path?

I wanted to use the Python installed under cygwin rather than one installed under WinXP directly, s… Read more Bash/cygwin/$path: Do I Really Have To Reboot To Alter $path?

Pyenv Fails To Install Python On Cygwin: Modulenotfounderror: No Module Named '_ctypes'

I am trying to set up my Cygwin environment to use pyenv for managing python versions. I don't … Read more Pyenv Fails To Install Python On Cygwin: Modulenotfounderror: No Module Named '_ctypes'