Author Topic: Have configuring the environment instructions changed now with El Captain out?  (Read 2820 times)

LegendaryTaunt

  • Newbie
  • *
  • Posts: 3
    • View Profile
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

  • Sr. Member
  • ****
  • Posts: 67
    • View Profile
    • Personal Homepage
Did you "export" the variable?  Without it, the variable you set won't be seen outside your current environment.  For example:

Code: [Select]
export CDP_SOUND_EXT=wav

303

  • Newbie
  • *
  • Posts: 3
    • View Profile
Yes. Done this. Did it in /etc/ and manually. Still does not work.