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