Which all path variables we have to configure while installing CUDA?

Hi folks,

I have successfully installed Nsight Eclipse in Ubuntu 12.04. But now another problem I am facing is that, Which all path variables I have to configure while installing CUDA? I can successfully run sample programs by “MAKE” command.

Thanks

Anik

Library path:
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/cuda/lib64:/usr/local/cuda/lib
Path to nvcc, …:
export PATH=$PATH:/usr/local/cuda/bin

and adjust /usr/local/cuda to your setup, i.e. put the path that you chose in the installation process