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