Have configuring the environment instructions changed now with El Captain out?

Started by LegendaryTaunt, October 01, 2015, 09:56:31 PM

Previous topic - Next topic

LegendaryTaunt

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?

lynx

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

303