Skip to content

Instantly share code, notes, and snippets.

@viktorbenei
Created August 10, 2014 05:49
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 viktorbenei/fb8f038f83cbe259bb27 to your computer and use it in GitHub Desktop.
Save viktorbenei/fb8f038f83cbe259bb27 to your computer and use it in GitHub Desktop.
Logentries OSX script fix
#!/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