cluster-agent-setup/configure_environment.sh

10 lines
287 B
Bash
Executable file

#!/bin/bash
export ACT_HOME=~/.act_install
export PATH=$ACT_HOME/bin::$PATH
export LD_LIBRARY_PATH=$ACT_HOME/lib:$LD_LIBRARY_PATH
export C_INCLUDE_PATH=$ACT_HOME/include:$C_INCLUDE_PATH
export CPLUS_INCLUDE_PATH=$ACT_HOME/include:$CPLUS_INCLUDE_PATH
echo ACT_HOME is set to $ACT_HOME