Skip to content

Instantly share code, notes, and snippets.

@jashk
Created May 9, 2016 18:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jashk/e93dad974331e0a5dd3097246edbe178 to your computer and use it in GitHub Desktop.
Save jashk/e93dad974331e0a5dd3097246edbe178 to your computer and use it in GitHub Desktop.
Fix OS X user env path for GUI
#Fix env python3 no such file or directory on GUI Apps
sudo launchctl config user path $PATH
sudo shutdown -r now
:)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment