Changes

Jump to navigation Jump to search
Line 73: Line 73:     
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 . . .
 
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)  
+
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).
 +
 
 +
[[File:Pycharm Projects.png]]
 +
 
 +
 
 +
 
 +
 
 +
 
    
The trick with the remote debug is to define a remote Interpreter.
 
The trick with the remote debug is to define a remote Interpreter.
584

edits

Navigation menu