Raspberry Pi
Answered
I have a 60 day evaluation license for pycharm. I would like to configure it on my Ubuntu 16 PC to remotely develop, load and Debug Python code. I’m new to a lot of this and I can’t seam to get things working. It would be great if you had a good step by step tutorial to allow this type of setup. I tried to follow (https://www.jetbrains.com/help/pycharm/2016.3/configuring-remote-interpreters-via-ssh.html) with no luck. I’m unsure about step 7 ( 7. Back in the Project Interpreter page, if necessary, configure the path mappings:)
Thanks
Please sign in to leave a comment.
Please specify a path to your project on your local/remote machine as local/remote path in path mapping tab. Also please check our tutorial: https://blog.jetbrains.com/pycharm/2015/03/feature-spotlight-python-remote-development-with-pycharm/: for remote project you need to create a local copy of it by copying files from your remote machine, set up remote interpreter for the project and configure deployment https://www.jetbrains.com/pycharm/help/creating-a-remote-server-configuration.html. Then you will be able to write your code, deploy it to the remote host and run/debug scripts via remote interpreter.
Please feel free to ask any questions.