Answers for "set path permanently in linux"

3

linux add to path

#Ubuntu 20.04: 
echo 'export PATH=$PATH:$HOME/Android/Sdk/emulator' >> ~/.bashrc

#update current shell
source ~/.bashrc
Posted by: Guest on September-03-2021

Code answers related to "set path permanently in linux"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language