Run interpreter in emacs?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • defn noob

    Run interpreter in emacs?

    Can I run the python interpreter from with in Emacs?

    Do i have to change anything then? or is it by default? it already
    syntax-highlights python-files.
  • Diez B. Roggisch

    #2
    Re: Run interpreter in emacs?

    defn noob schrieb:
    Can I run the python interpreter from with in Emacs?
    Yes, the python-mode supports that. Make sure to install the proper one


    Do i have to change anything then? or is it by default? it already
    syntax-highlights python-files.

    See above for docs.

    Diez

    Comment

    • defn noob

      #3
      Re: Run interpreter in emacs?

      thanks but i dont quite understand the load-path, add to the load
      path. the loadpath has a lot of variables.

      so where i should i place the python-mode folder and should i then add
      that directory to the loadpath?

      Comment

      Working...