DEBUG="n"
QUIET='n'
-VERSION="2.0"
+VERSION="2.1"
# console colors:
RED=""
if type -t virtualenv >/dev/null ; then
:
else
- error "Command '${RED}virtualenv${NORMAL}' not found, please install package '${YELOW}python-virtualenv${NORMAL}' or appropriate."
+ error "Command '${RED}virtualenv${NORMAL}' not found, please install package '${YELLOW}python-virtualenv${NORMAL}' or appropriate."
exit 6
fi
if type -t msgfmt >/dev/null ; then
:
else
- echo "Command '${RED}msgfmt${NORMAL}' not found, please install package '${YELOW}gettext${NORMAL}' or appropriate." >&2
+ echo "Command '${RED}msgfmt${NORMAL}' not found, please install package '${YELLOW}gettext${NORMAL}' or appropriate." >&2
exit 6
fi
if [[ "${found}" == "n" ]] ; then
empty_line >&2
error "Did not found a usable Python version." >&2
- error "Usable Python versions are: ${YELOW}${valid_py_versions[*]}${NORMAL}." >&2
+ error "Usable Python versions are: ${YELLOW}${valid_py_versions[*]}${NORMAL}." >&2
empty_line >&2
exit 5
fi