Skip to content

Instantly share code, notes, and snippets.

@juniorprincewang
Created April 1, 2020 12:52
Show Gist options
  • Select an option

  • Save juniorprincewang/4e0d47837b9a9749fa0bfe31af93a15e to your computer and use it in GitHub Desktop.

Select an option

Save juniorprincewang/4e0d47837b9a9749fa0bfe31af93a15e to your computer and use it in GitHub Desktop.
CUDA PATH and LD_LIBRARY_PATH setting
echo 'export PATH=$PATH:/usr/local/cuda/bin' >> ~/.bashrc
echo 'export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/cuda/lib:/usr/local/cuda/lib64' >> ~/.bashrc
source ~/.bashrc
sudo bash -c "echo /usr/local/cuda/lib64/ > /etc/ld.so.conf.d/cuda.conf"
sudo ldconfig
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment