Skip to content

Instantly share code, notes, and snippets.

@aonotas
Last active July 26, 2017 05:08
Show Gist options
  • Save aonotas/8170270c7a630fef29994223356835f1 to your computer and use it in GitHub Desktop.
Save aonotas/8170270c7a630fef29994223356835f1 to your computer and use it in GitHub Desktop.
```
export CUDA_HOME=$HOME/local/cuda-8.0
export PATH=$HOME/local/cuda-8.0/bin:$PATH
export CPATH=$HOME/local/cuda-8.0/include:$CPATH
export LIBRARY_PATH=$HOME/local/cuda-8.0/lib64:$LIBRARY_PATH
export LD_LIBRARY_PATH=$HOME/local/cuda-8.0/lib64:$LD_LIBRARY_PATH
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment