#!/bin/sh python2 -c 'import xattr; print xattr; print xattr.__version__' python3 -c 'import xattr; print(xattr); print(xattr.__version__)'