If your question is about PyCharm setup, I can't really help you there as I don't use it, but if your question is about scp, I can help you there.
>From windows, you can run the command: scp myFileOnWindows.py user@bbbIpAddress:/home/user/projDir/ substituting your info for the various place holder names. This will place your local files to the directory of your choice on the Beaglebone. Hopefully this can help you setup your environment! --David On Thu, Mar 24, 2016 at 3:40 AM, <[email protected]> wrote: > Hello everyone! > > I recently purchased a new beaglebone black and I'm starting to playing > around with it. I'm trying to run my programs remotely from my Pycharm IDE > to the beaglebone. I have tried with the ssh command scp, but I'm always > getting an error "not such file or directory", which makes me wonder: what > path should I specify in Pycharm and where, to say "read the file from the > directoy in my computer (windows) but use the beaglebone interpreter to run > it on the beaglebone". I have already configured the beaglebone interpreter > in Pycharm, so that one is settled. The rest I cannot find any reliable or > clear source. Can someone attempted this? I need some help. The reason > behind this is because I'm building a complex application and it's just > easier to maintain order with Pycharm. Thanks! > > -- > For more options, visit http://beagleboard.org/discuss > --- > You received this message because you are subscribed to the Google Groups > "BeagleBoard" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
