<div dir="ltr"><div dir="ltr"><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, Jun 12, 2019 at 5:09 PM Markus Neteler <<a href="mailto:neteler@osgeo.org">neteler@osgeo.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On Wed, Jun 12, 2019 at 10:49 AM Helmut Kudrnovsky <<a href="mailto:hellik@web.de" target="_blank">hellik@web.de</a>> wrote:<br>
><br>
> Hi,<br>
><br>
> PyCharm is a nice python IDE.<br>
><br>
> anyone some experiences to share how to integrate GRASS python (pygrass and<br>
> grass script) into the PyCharm IDE environment?<br>
<br>
Please add your notes also here then:<br>
<br>
<a href="https://grasswiki.osgeo.org/wiki/Tools_for_Python_programming#PyCharm_IDE" rel="noreferrer" target="_blank">https://grasswiki.osgeo.org/wiki/Tools_for_Python_programming#PyCharm_IDE</a></blockquote><div><br></div>Or, if PyCharm allows you to supply custom executable and parameters script execution, you can try to set it up with `grass ... --exec`. The drawback is that debugger may not support that.</div><div class="gmail_quote"><br></div><div class="gmail_quote">Alternatively, as a combination of both, you can set up a shortcut for "PyCharm with GRASS GIS" using `grass --tmp-location XY --exec pycharm`. In that case, as in case with running it inside, some Python version/packages issues may arise more likely.</div><div class="gmail_quote"><br></div><div class="gmail_quote">Best,<br></div><div class="gmail_quote">Vaclav<br></div><div class="gmail_quote"><br></div><div class="gmail_quote">Vaclav<br></div></div>