Commit 358b08c5 authored by Jérome Perrin's avatar Jérome Perrin

software/theia: prepend our PATH entries before gowork's

gowork include gcc's location, which can be /usr/bin when system gcc was
selected.
parent 63ded57b
......@@ -328,8 +328,8 @@ mode = 0777
template =
inline:
#!/bin/bash
export PATH=${python-language-server:location}/bin/:${cli-utilities:PATH}:$PATH
. ${gowork:env.sh}
export PATH=${python-language-server:location}/bin/:${cli-utilities:PATH}:$PATH
export THEIA_DEFAULT_PLUGINS="local-dir:${theia:THEIA_DEFAULT_PLUGINS}"
# reset PS1 from gowork
export PS1='$ '
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment