Created
May 9, 2016 18:36
-
-
Save jashk/e93dad974331e0a5dd3097246edbe178 to your computer and use it in GitHub Desktop.
Fix OS X user env path for GUI
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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