Skip to content

Instantly share code, notes, and snippets.

@Praveenk8051
Last active April 19, 2020 20:27
Show Gist options
  • Save Praveenk8051/67194aaeb57ead644f9daae7e31e2f68 to your computer and use it in GitHub Desktop.
Save Praveenk8051/67194aaeb57ead644f9daae7e31e2f68 to your computer and use it in GitHub Desktop.
Export Paths
# copy the following files into the cuda toolkit directory.
echo 'export PATH=/usr/local/cuda-10.0/bin:$PATH' >> ~/.bashrc
echo 'export LD_LIBRARY_PATH=/usr/local/cuda-10.0/lib64:$LD_LIBRARY_PATH' >> ~/.bashrc
reboot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment