Answers for "linux append to $path"

14

linux add to path

export PATH=$PATH:/place/with/the/file
Posted by: Guest on June-11-2020
4

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 "Shell/Bash"

Browse Popular Code Answers by Language