<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On 20 July 2014 11:53, C.D. Reimer <span dir="ltr"><<a href="mailto:chris@cdreimer.com" target="_blank">chris@cdreimer.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class=""><br>
On 7/19/2014 6:23 PM, Steven D'Aprano wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
I haven't used Python on Windows much, but when I did use it, I found the standard Python interactive interpreter running under cmd.exe to be bare- bones but usable for testing short snippets. If I recall correctly, it is missing any sort of command history or line editing other than backspace, which I guess it would have been painful to use for extensive interactive work, but when I started using Python on Linux the interactive interpreter had no readline support either so it was just like old times :-)<br>

</blockquote>
<br></div>
Windows PowerShell supports very basic Linux commands and has a command history. I'm always typing "ls" for a directory listing when I'm on a Windows machine. The regular command line would throw a DOS fit. PowerShell lets me get away with it.<br>

<br>
<a href="http://en.wikipedia.org/wiki/Windows_PowerShell#Comparison_of_cmdlets_with_similar_commands" target="_blank">http://en.wikipedia.org/wiki/<u></u>Windows_PowerShell#Comparison_<u></u>of_cmdlets_with_similar_<u></u>commands</a><br>

<br>
I prefer working on my vintage 2006 Black MacBook. Alas, the CPU fan is dying and MacBook shuts down after 15 minutes. I'm surprised at how well I was able to set up a equivalent programming environment on Windows.</blockquote>
<div><br></div><div>I advise anyone who works cross-platform to install MSYS on their Windows boxes (for the simplest, most consistent behaviour ignore rxvt and just launch bash -l - i directly). Or use cygwin if you prefer.</div>
<div><br></div><div>Tim Delaney </div></div></div></div>