Ubuntu AMDAPPSDK OpenCL

After I install AMDAPPSDK-3.0 in my Ubuntu14.04, I can't find relative env variables in both ~/.bashrc and /etc/profile. However, the installation said that all those vars were exported successfully. Since that I can't run OpenCL programs. What can I do to fix this problem?

if ok, you can try to add env into bashrc by yourself。then program can run in command

did you install the driver properly? if it was not so, check you driver configuation then install AMDAPPSDK again.
and gain the permission by using sudo to make sure installation can set environment variables.