Invoking python under CygWin on Windows hangs

前端 未结 8 954
梦谈多话
梦谈多话 2020-12-04 19:44

Installing a new Windows system, I\'ve installed CygWin and 64 bit Python (2.7.3) in their default locations (c:\\cygwin and c:\\Python27\\python),

相关标签:
8条回答
  • 2020-12-04 20:09

    According to https://stackoverflow.com/a/9549255/745913 you can also try

    /cydrive/c/Python27/python.exe -i foo.py
    
    0 讨论(0)
  • 2020-12-04 20:10

    another universal workaround is invoking it via winpty https://github.com/rprichard/winpty and this is not really a python specific issue.

    0 讨论(0)
提交回复
热议问题