Hi,
I need to set the path to compile SDK programs, as follows:
export PATH=$PATH:/usr/local/cuda/cuda/bin
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/cuda/cuda/lib
Every time I open a new terminal I have to this. I want to know what is the permanent solution for this? I guess I need to edit some file.
Thanks,
Heshsham