Currently fish's python scripts fail on systems where 'python' invokes Python3, like Arch Linux.
On these systems, we can get by with '#!/usr/bin/env python2' but that fails on OS X (which has no python2 symlink).
This bug tracks finding a resolution.
Currently fish's python scripts fail on systems where 'python' invokes Python3, like Arch Linux.
On these systems, we can get by with '#!/usr/bin/env python2' but that fails on OS X (which has no python2 symlink).
This bug tracks finding a resolution.