I am trying to call a variable which has been exported in the .bash_profile file. This is how it has been written.
export TEST=\'test\'
After