bneil
bneil

Reputation: 1600

How to set up Python interpreter in Emacs on OS X?

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

Answers (1)

Noufal Ibrahim
Noufal Ibrahim

Reputation: 72735

While in python-mode, hit C-c ! or do an M-x py-shell RET. Should work with defaults.

Upvotes: 5

Related Questions