Changes

Jump to navigation Jump to search
no edit summary
Line 68: Line 68:     
[[File:Pycharm-zynth-deploy2.png]]
 
[[File:Pycharm-zynth-deploy2.png]]
 +
 +
 +
== Setting up Remote Deployment ==
 +
 +
PyCharm handles remote file systems with the deployment feature this is one of the features that is only in the paid edition. Such is marketing . . .
 +
You define a relationship between the local file structure on the local machine and a file structure on the remote machine which in our case will be maintained over ssh. You can set it up so that files that are changed in the local environment where you would edit, are auto-majically copied to the remote directory. Also you can used the Right Hand click on a Project object (file, directory or whole project)
 +
 +
The trick with the remote debug is to define a remote Interpreter.
 +
imageimage.png1030x714 46 KB
 +
The Little cog wheel has a Show All option which is a bit non intuitive and is often used during the initial confusions.
 +
However we want the Add Menu Option.
 +
 +
Which gives us
 +
 +
imageimage.png843x617 36.4 KB
 +
Select the ssh option . . .
 +
 +
imageimage.png842x578 25.5 KB
 +
and fill all that in . . .
 +
imageimage.png858x578 21.5 KB
 +
and that. . . .
 +
 +
**AND THEN SET THE INTERPRETER TO python3 in the following **
 +
 +
imageimage.png838x573 23.5 KB
 +
Hey Presto All the code loaded on the remote pi !!
 +
 +
imageimage.png1030x705 79.9 KB
584

edits

Navigation menu