I've installed El Captain from scratch and I've installed the CDP tool. With the manual config instructions I have set up my environment variable, yet I keep getting an error that my setup is incomplete due to my environment variable not being set.
putting in the env command in the terminal, and I don't see the environment path I've defined in my .bash_profile.
Any ideas?
Did you "export" the variable? Without it, the variable you set won't be seen outside your current environment. For example:
export CDP_SOUND_EXT=wav
Yes. Done this. Did it in /etc/ and manually. Still does not work.