Your environment setup must contain the environment variables that are necessary to use Mirage. These are:
MIRAGE <place where Mirage is>
PATH <add $MIRAGE/bin to your path>
echo export MIRAGE=\"$PWD\" >> ~/.bashrc #setup MIRAGE enviroment variable (modify this for other shells) echo export PATH=${PATH}:$MIRAGE/bin >> ~/.bashrc #add the mirage bin dir to your PATH source ~/.bashrc #re-run the .bashrc file