我通過Git的換Windows和CPython35-32使用mintty。爲什麼Python認爲它沒有連接到終端?的Git換的Windows Mintty sys.stdout.isatty()返回false
$ python -c "import sys; print(sys.stdout.isatty())"
False
有趣的是,我也有一個問題,我不能在mintty內啓動Python的交互式會話。這可能與這個問題
$ python
<nothingness here...>
https://github.com/mintty/mintty/issues/56 –