Answers for "mac set path variable permanently"

0

mac update path permanently

sudo vim /etc/paths
#add the path to this file and close (:wq in vim)

#note only add the path so often you may see:
export PATH=$PATH:/new/dir/location1.bin
#here you would just add /new/dir/location1.pin to /etc/paths
Posted by: Guest on December-06-2021
3

set path environment variable mac permanently

sudo nano /etc/paths
Posted by: Guest on September-04-2020

Code answers related to "mac set path variable permanently"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language