I am trying to compile a program which requires me to execute the command setenv ACEDB_MACHINE LINUX_4. However, Ubuntu replies setenv command not found. Please advise. Thanks, Andor
i second this :
setenv is used by tcsh. With bash you do: export ACEDB_MACHINE=LINUX_4 (I think)
Ubuntu Forums Code of Conduct