Horje
nvcc not found in jetson nano Code Example
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}}
                         
                      




Shell

Related
bash get value after equal sign Code Example bash get value after equal sign Code Example
docker command to find jenkins password Code Example docker command to find jenkins password Code Example
pocketsphinx install error Code Example pocketsphinx install error Code Example
shortcut to launch windows command prompt Code Example shortcut to launch windows command prompt Code Example
install yarm for redhat linux Code Example install yarm for redhat linux Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
11