Answers for "which path variable should i use in mac"

4

update path variable mac

export PATH=$PATH:/new/dir/location1
export PATH=$PATH:/new/dir1:/dir2:/dir/path/no3
Posted by: Guest on May-31-2020
0

which path variable should i use in mac

export PATH=$HOME/bin:./node_modules/.bin:$PATH
Posted by: Guest on June-15-2020

Code answers related to "which path variable should i use in mac"

Browse Popular Code Answers by Language