[Tutor] remote code execution

Emile van Sebille emile at fenx.com
Tue Feb 15 20:11:15 CET 2011


On 2/15/2011 10:50 AM S de Haan said...
> Hi guys,
>
> I was wondering if there is a IDE or another environment that allows me
> to execute python code from my desktop computer on remote servers within
> my LAN without having to move the python files to and from the server.
>
> For instance, Im working on my local machine with Eclipse, but using the
> Interpreter that is on one of my Linux Servers.
>
> I hope i made my question clear enough.
>

I do that sort of thing routinely by exporting the python directory on 
the linux side to my local machine, editing with my local editor, and 
opening an ssh session to the server to run and test the code.

Is that what you're after?

Emile




More information about the Tutor mailing list