I broke my BSD box, and I need to survive a few days in unknown Windows territory. I got the Python interpreter running in a terminal by typing python. I ran notepad with the prompt as well, but I am totally lost after that.
How can I do this?
$ mkdir Test
$ echo "print 'hello'" > test.py
$ python test.py
I would greatly appreciate if someone explained in terms of unix tools how I can get just python and a text-editor running? (I'm missing an environment variable; found C:\Python26\python.exe but haven't yet gotten the env var correct).