Answers for "add current directory to path"

0

add pwd to path linux

$ echo "export PATH=\$PATH:$(pwd)" >> ~/.bashrc
Posted by: Guest on August-02-2020
0

add current directory to path

export PATH=$PATH:.
Posted by: Guest on October-12-2021

Code answers related to "add current directory to path"

Browse Popular Code Answers by Language