compile_python() { local ver="$1"; shift python$ver setup.py install --prefix="$dir_prefix" --root="$dir_install" $@ }