Advertisement
Guest User

Untitled

a guest
Nov 26th, 2015
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.21 KB | None | 0 0
  1. export CUDA_HOME=/usr/local/cuda-5.5
  2. export LD_LIBRARY_PATH=${CUDA_HOME}/lib64:/lib
  3.  
  4. PATH=${CUDA_HOME}/bin:${PATH}
  5.  
  6. export http_proxy=http://152.118.24.10:8080/
  7. export https_proxy=http://152.118.24.10:8080/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement