I want to use environment variables in External Tool (Labs). However, whenever I try to use one for something as simple as:
/bin/bash -c "echo $HOME"
I get an error for "Invalid variable placeholder".
What's happening, of course, is that $HOME is being interpreted as a KNIME flow variable. But I want it interpreted as an environment variable in the shell. Is there any way to get the interpretation I want?
A larger problem might be, when the external tool to execute requires the presence certain environment variables, though it seems that is not possible to set. Maybe in a newer version?