Answers for "edit path variable in mac"

3

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
1

mac open path variable file

open -a "Application Name" .bash_profile
Posted by: Guest on May-13-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language