I'm in Mac OS X 10.10, using python3
installed using Macports.
There is something really strange going on when I start the interactive python3
shell. When starting python3
and runs anything (even non-syntactical commands), something happens to the terminal such that
- I cannot see any newlines while hitting Enter
- Anything I write doesn't show while typing, but will still be executed when hitting Enter.
This problem persists in the underlying bash
shell, after closing the python3
shell (using e.g. Ctrl-D). What makes this even "funnier" is that starting regular python
afterwards (version 2.7 by the way), the problem solves itself – the terminal behaves as it should.
Has anyone seen this, has any suggestion what might have happened and hopefully knows a way to resolve this? Thank you.