Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

is there a posibility to make eclipse PyDev use a remote Python interpreter?

I would like to do this, as the Linux Server I want to connect to has several optimization solvers (CPLEX, GUROBI etc.) running, that my script uses.

Currently I use eclipse locally to write the scripts, then copy all the files to the remote machine, log in using ssh and execute the scripts there with "python script.py". Instead I hope to click the "run" button and just have everything executed within my eclipse IDE.

Thanks

share|improve this question

1 Answer

Unfortunately no. You can remotely connect to your Linux server via Remote System Explorer (RSE). But cant use it as a remote interpreter. I use Pycharm. You have to pay for it, its not that expensive and it has been working great for me.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.