Skip to content

Instantly share code, notes, and snippets.

@becxer
Last active July 10, 2017 17:13
Show Gist options
  • Select an option

  • Save becxer/dc85dca4efc27654dc800050d66c3a03 to your computer and use it in GitHub Desktop.

Select an option

Save becxer/dc85dca4efc27654dc800050d66c3a03 to your computer and use it in GitHub Desktop.
CUDA LD_LIBRARY_PATH CONFIG
export CUDA_HOME=/usr/local/cuda
export LD_LIBRARY_PATH=${CUDA_HOME}/lib64
PATH=${CUDA_HOME}/bin:${PATH}
export PATH
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment