Setting Up Eclipse for Python development with Remote System Explorer

Eclipse works great with Java, but I have always wanted to use it with Python and more importantly for developing application in remote system.

Below are the simple steps to setup Eclipse for Python Development with Remote System Explorer to create, modify and delete remote files.
          PyDev allows to develop python applications and scripts in your local system.

  • Install Remote System Explorer:
          Navigate to Help--> Install New Software 
          In Work With: Drop down List, Choose --> All Available Sites and Search for Remote System


     Select the Remote System Explorer Packages and install them by clicking on Next, following by
     accepting License agreement and finish

  • Define your servers in Remote System Explorer

  1. Click on the <Remote System Explorer> option in the right side, now you can define a connection to remote system as shown in the above picture
  2. Select a connection type (I have chosen Linux)
  3. Provide HostName/IP address details along with connection name
  4. Choose your preferred protocol to connect to the remote system (I have chosen ssh.files) and click on Finish
  5. Your Connection is ready. Navigate to the remote system files in the left navigation panel.
  6. Now you may create/modify python applications and scripts. 
  7. After editing files, by just hitting Ctrl +s button for file saving, the Eclipse Remote System Explorer Syncs the file with remote system






 

Post a Comment

2 Comments