can I run pythons IDLE from a command line??

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • tedpottel@gmail.com

    can I run pythons IDLE from a command line??

    Hi,
    Is their a version of pythons IDLE that will run in a dos command
    line?
    The reason is that I would like to be able to run python code
    interactively from my parable by connecting to my desktop using remote
    command line or a telnet program.

  • Thomas Jollans

    #2
    Re: can I run pythons IDLE from a command line??

    On Saturday 22 September 2007, tedpottel@gmail .com wrote:
    Hi,
    Is their a version of pythons IDLE that will run in a dos command
    line?
    The reason is that I would like to be able to run python code
    interactively from my parable by connecting to my desktop using remote
    command line or a telnet program.
    The Python interpreter should do fine. If your PATH environment variable is
    set up correctly, just run "python", otherwise it's somewhere in your Python
    installation directory.

    --
    Regards, Thomas Jollans
    GPG key: 0xF421434B may be found on various keyservers, eg pgp.mit.edu
    Hacker key <http://hackerkey.com/>:
    v4sw6+8Yhw4/5ln3pr5Ock2ma2u 7Lw2Nl7Di2e2t3/4TMb6HOPTen5/6g5OPa1XsMr9p-7/-6

    Comment

    • Stargaming

      #3
      Re: can I run pythons IDLE from a command line??

      On Sat, 22 Sep 2007 17:53:09 +0200, Thomas Jollans wrote:
      On Saturday 22 September 2007, tedpottel@gmail .com wrote:
      >Hi,
      >Is their a version of pythons IDLE that will run in a dos command line?
      >The reason is that I would like to be able to run python code
      >interactivel y from my parable by connecting to my desktop using remote
      >command line or a telnet program.
      >
      The Python interpreter should do fine. If your PATH environment variable
      is set up correctly, just run "python", otherwise it's somewhere in your
      Python installation directory.
      If you don't want to miss IDLE's advantages, `IPython <http://
      ipython.scipy.o rg/moin/>`_ might be interesting for you.

      Stargaming

      Comment

      Working...