SUPPORTED_PY3=@PY3_MINOR_VER@ # needed because python3 has ABI changes between minor versions (the pyfaust shared lib. is compiled specifically for python major and minor version)
[[!"$uid"= 0 ]]&&echo"Error: need to be root.">&2 | tee-a /tmp/log_faust_install >&2 &&exit 1 # not needed, we're supposed to be root at installation time
PY_SITE_PACKAGES_PATH=$($PYTHON-c'import os,site,re;print([path for path in site.getsitepackages() if re.match(".*"+os.path.sep+"site-packages$", path) and os.path.exists(path) ][0])')