<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Pycharm on the art of simplicity</title><link>https://naoko.github.io/tags/pycharm/</link><description>Recent content in Pycharm on the art of simplicity</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Tue, 30 Jan 2018 00:00:00 +0000</lastBuildDate><atom:link href="https://naoko.github.io/tags/pycharm/index.xml" rel="self" type="application/rss+xml"/><item><title>Remote Edit with PyCharm</title><link>https://naoko.github.io/posts/2018-01-30-pycharm-remote-edit/</link><pubDate>Tue, 30 Jan 2018 00:00:00 +0000</pubDate><guid>https://naoko.github.io/posts/2018-01-30-pycharm-remote-edit/</guid><description>&lt;h3 id="the-problem"&gt;The Problem:&lt;/h3&gt;
&lt;p&gt;I have powerful Linux machine and semi-powerful mac-book pro.
I have need of editing code on Linux box from mac-book.&lt;/p&gt;
&lt;p&gt;PyCharm has &lt;code&gt;deploy&lt;/code&gt; method for pushing code but that requires sftp to setup etc.
I just want to use ssh to do it&amp;hellip;
I&amp;rsquo;ve done rsync method but sometimes manual sync was needed.
I want more transparent method&amp;hellip;&lt;/p&gt;
&lt;h3 id="the-solution"&gt;The Solution:&lt;/h3&gt;
&lt;p&gt;The easiest and most effective way for me was to mount linux directory via &lt;code&gt;sshfs&lt;/code&gt;.
It was amazingly easy. Assuming that you have established ssh connection with ssh-key with the remote machine.
All you have to do was to install &lt;code&gt;osxfuse&lt;/code&gt; and &lt;code&gt;sshfs&lt;/code&gt; with brew.&lt;/p&gt;</description></item></channel></rss>