Answers for "to add to path"

1

add path to $PATH

PATH=$PATH:~/opt/bin
# or
PATH=~/opt/bin:$PATH
Posted by: Guest on March-23-2021
0

windows add to path

// Windows
Settings > System > About > Advanced system settings
Environment variables
Posted by: Guest on May-23-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language