Advertisement
Guest User

Untitled

a guest
Jun 21st, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. echo -e "\n# `date '+%Y/%m/%d'` H.Seshime" >> ~/.bashrc
  2. echo "## CUDA and cuDNN path" >> ~/.bashrc
  3. echo 'export PYENV_ROOT=""' >> ~/.bashrc
  4. echo 'export PATH=/usr/local/cuda-9.0/bin:${PATH}' >> ~/.bashrc
  5. echo 'export LD_LIBRARY_PATH=/usr/local/cuda-9.0/lib64:${LD_LIBRARY_PATH}' >> ~/.bashrc
  6. source ~/.bashrc
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement