How to enable python interactive mode in cygwin? -
How to enable python interactive mode in cygwin? -
i python in interactive mode when on linux. on cygwin, interactive mode doesn't start. don't see ">>>" prompt , whatever come in doesn't result in anything.
solved: figured out problem answers below. using windows installation of python , needs -i
alternative start in interactive mode.
try passing -i
flag python.
i've experienced same thing, as have others. there seems issue cygwin's ability operate interactively native-windows applications (including python.exe). if can, install cygwin version of python via cygwin's bundle management, doesn't have interactivity problem.
python cygwin command-prompt
Comments
Post a Comment