Answers for "add folder to path 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
0

adding this directory to PATH mac

sudo nano /etc/paths

https://www.architectryan.com/2012/10/02/add-to-the-path-on-mac-os-x-mountain-lion/
Posted by: Guest on May-27-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language