Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

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}}
                         
                      
Comment

PREVIOUS NEXT
Code Example
Shell :: ext-dom missing ubuntu 
Shell :: how install pandas in python 
Shell :: vscode tab not working 
Shell :: How to remove docker.io from Ubuntu? 
Shell :: select ords version 
Shell :: how to download using curl 
Shell :: how to remove user from the group 
Shell :: bash kill all terminal 
Shell :: list all gpg keys ubuntu 
Shell :: iptable port forward 
Shell :: ngrok install authtoken 
Shell :: mac terminal unzip to directory 
Shell :: import ovpn file ubuntu 
Shell :: git update ignore local changes 
Shell :: config vscode terminal to bash default 
Shell :: count number of lines in directory linux 
Shell :: yum uninstall package 
Shell :: using tar 
Shell :: git cherry pick 
Shell :: install github cli debian 
Shell :: how to add numbers in linux command line shell 
Shell :: run redis in background ubuntu 
Shell :: install scala using brew 
Shell :: break line in md file 
Shell :: how to install bootstrap in angular 11 
Shell :: install react yarn 
Shell :: pipenv install flask 
Shell :: roblox change leaderboard stats 
Shell :: stop venv 
Shell :: install all dependencies npm 
ADD CONTENT
Topic
Content
Source link
Name
6+7 =