New confusions

Hi there!
I download tar package of emc and “untar” it.
Then, setting envrionment well.

But I realized an issue that when I ran the “emc.sh”, it showed me that:
…/v9.4.4/scripts/emc.sh: line 37: else: command not found
…/v9.4.4/scripts/emc.sh: line 50: emc_: command not found

I read the emc.sh script, but I was confused by a variable ${HOST}.
There is null for linux environment without anaconda env.

So, what does it mean to find out the ${HOST}?

Please drop me a line when you are available.

Thank you for asking the question. I normally set host to my machine name and name the EMC executable accordingly, i.e.

emc_${HOST}

For a Linux system this equates to

emc_linux

You could set the ${HOST} environment variable in ~/.bashrc, for instance.