Skip to content

Instantly share code, notes, and snippets.

@ashwin
Created March 6, 2013 15:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ashwin/5100011 to your computer and use it in GitHub Desktop.
Save ashwin/5100011 to your computer and use it in GitHub Desktop.
Add to your bashrc for running CUDA 5.0 programs on Ubuntu
export CUDA_ROOT=/usr/local/cuda-5.0
export PATH=$PATH:$CUDA_ROOT/bin
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$CUDA_ROOT/lib64
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment