Reputation: 1600
I have emacs and python working on OSX, but I'd like to get a python interpreter working in a split window so I can view output as I code. Is this possible?
thanks
Upvotes: 2
Views: 527
Reputation: 72735
While in python-mode
, hit C-c ! or do an M-x py-shell
RET. Should work with defaults.
Upvotes: 5