<div dir="ltr"><div class="gmail_extra"><br><div class="gmail_quote">2017-02-17 10:49 GMT-02:00 Sergio Schvezov <span dir="ltr"><<a href="mailto:sergio.schvezov@canonical.com" target="_blank">sergio.schvezov@canonical.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hello snapcrafters!<br>
<br>## Setting up environment<br>
<br>
No more wrapper scripts just to setup on environment entry, this is now tied into an app entry in `apps`. Here's a quick example:<br>
<br>
```yaml<br>
apps:<br>
vim:<br>
command: bin/vim<br>
environment:<br>
VIMRUNTIME: $SNAP/share/vim/vim80<br>
```<br></blockquote><div><br></div><div>Hi, I tried to append to path (see below). It is not supported. </div><div><br></div><div>```yaml<br></div><div> environment:<br></div><div> PATH: "$SNAP/usr/lib/jvm/default-java/bin:$PATH" </div></div>```<br></div><div class="gmail_extra"><br></div><div class="gmail_extra">I'm ok with it. But, in case this is not by design, I'm mailing you guys.</div><div class="gmail_extra"><br></div><div class="gmail_extra">Claudio</div></div>