-----BEGIN PGP SIGNED MESSAGE----- Hash: RIPEMD160
On 09/05/2013 11:15 PM, Hans Schmidt wrote: > Hello, > > If I have SSH access to another machine and want to run programs over > there, is there a possibility to develop Python programs in Eric on my > desktop PC, but having them run and debug on the remote machine? Yes, absolutely! This is not a problem at all, and in fact the way I think you will find that most people do. I do this with Eric, Geany, Netbeans, Eclipse, and many other applications. Here's how: Suppose your desktop PC is box1, and your other machine is box2. Simply do a: [joeuser@box1] ~$ ssh -Y box2 Then, now that you have logged in to box2, you simply enter: [joeuser@box2] ~$ /usr/bin/eric4 & Now the only thing for you to remember is that when you save, it saves on box2 (not box1 where your gui is. I hope that helps :) Kindest regards, - -- Bradley D. Thornton Manager Network Services NorthTech Computer TEL: +1.310.388.9469 (US) TEL: +44.203.318.2755 (UK) TEL: +41.43.508.05.10 (CH) http://NorthTech.US -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (GNU/Linux) Comment: Find this cert at x-hkp://pool.sks-keyservers.net iQEcBAEBAwAGBQJSKXqIAAoJEE1wgkIhr9j36BsH/iow8y0NR5axXUuspYramEEe y5h3hBFeCdLw8SyzcARlwYDUfinwwZaR68e7RW9fvEMZKj6Ob1I/XA8KTJHaDfE/ ju/jatUVh/mdqgygay1gxlJuCU/79JsH6t3g1Yz4EOSui6EF1yHtTO62BuxVmP0d GKYN4TTgKJeWMvD9XvFdJkCHE8GeRWG+nelUfnS5DZJjW+7pTD6nHluOmOLeXpPg BbG9e1Uj/2dWCEZ4Vi+dIYMadGoy1yZ4v55BuoO5pCVOao8dtAgi0EHJC0EDBi/v joSBTcTMGFYWqqyojk/2kVtt0CNqltAJmjssOBLe2cmzv6P4gIe3e8U7tdcEZpM= =PQNJ -----END PGP SIGNATURE----- _______________________________________________ Eric mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/eric
