Advertisement
Guest User

Untitled

a guest
May 22nd, 2019
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. # set PATH for cuda 10.0 installation
  2. if [ -d "/usr/local/cuda-10.0/bin/" ]; then
  3. export PATH=/usr/local/cuda-10.0/bin${PATH:+:${PATH}}
  4. export LD_LIBRARY_PATH=/usr/local/cuda-10.0/lib64${LD_LIBRARY_PATH:+:${LD_LIBRARY_PATH}}
  5. fi
  6.  
  7. # Anaconda
  8. export PATH=/opt/anaconda3/bin${PATH:+:${PATH}}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement