Hacker News new | ask | show | jobs
by jliu70 1597 days ago
The workaround to running the python interpreter from git bash is to preface python with the command winpty like so `winpty python`

Reference: http://willi.am/blog/2016/08/08/docker-for-windows-interacti...

1 comments

I'll try it out! Thank you.