On Sun, Mar 20, 2016 at 1:47 PM, <[email protected]> wrote: > I found a problem in my installation. When I use python3 in terminal I am > loosing keyboard input in the terminal after leaving the python. I have to > quit the terminal and open another one. Python27 works OK.
I think that's known? Try typing "stty sane" and press control-J instead of enter. Something about it using libedit incorrectly; a workaround is to build it with +readline. -- brandon s allbery kf8nh sine nomine associates [email protected] [email protected] unix, openafs, kerberos, infrastructure, xmonad http://sinenomine.net
_______________________________________________ macports-users mailing list [email protected] https://lists.macosforge.org/mailman/listinfo/macports-users
