Noammac / even-better-ls

ls with icons, colours, and formatting
8 stars 2 forks source link

Fix AttributeError: file object has no attribute buffer on line 909 #3

Closed MaT1g3R closed 6 years ago

Noammac commented 6 years ago

May I ask why you switched the python version to 2? As far as I know, env should select python 2 if 3 isn't found.

MaT1g3R commented 6 years ago

On Arch Linux and its derivatives, Python points to Python 3 by default. And this script doesn't work with Python 3.

Noammac commented 6 years ago

Confirmed to work with both 2 and 3 on my Manjaro machine, merging.