prey-bash-client-modules icon indicating copy to clipboard operation
prey-bash-client-modules copied to clipboard

Fix use of python instead of python2 on linux.

Open toastwaffle opened this issue 12 years ago • 0 comments

Due to Arch Linux's use of Python 3 as default, the /usr/bin/python symlink causes some things to fail. I've fixed it so that the python2 symlink is used, invoked through env instead of directly using the symlink, just in case some distro moves it. As far as I know, env is in a fixed position on every distro.

toastwaffle avatar Feb 03 '13 16:02 toastwaffle