Created
August 10, 2014 05:49
-
-
Save viktorbenei/fb8f038f83cbe259bb27 to your computer and use it in GitHub Desktop.
Logentries OSX script fix
This file contains hidden or 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
#!/bin/bash | |
# | |
# Create a symlink to python as python2: | |
# logentries agent/script tries to use python2 instead of python - on OS X there's no python2 | |
# | |
sudo ln -s /usr/bin/python /usr/bin/python2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment