Answers for "nvcc not found in jetson nano"

0

nvcc not found in jetson nano

sudo nano ~/.bashsrc

add this two line at the end of file

export PATH=/usr/local/cuda/bin${PATH:+:${PATH}}
export LD_LIBRARY_PATH=/usr/local/cuda/lib64\
                         ${LD_LIBRARY_PATH:+:${LD_LIBRARY_PATH}}
Posted by: Guest on December-10-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language