Manipulate launchctl $PATH
Here's how to set the OS X launchctl path variable from its bash counterpart, and vice versa.
#Set $PATH from launchctl
export PATH=$(launchctl getenv PATH)
#Set launchctl from $PATH
sudo launchctl setenv PATH "$PATH"
Written by kewagi
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Shell
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#