Cluster Installation Script Error
Hello,
Kindly check updated script (http://www.severalnines.com/downloads/cmon/install-cc). Upon installation in CentOS 7, an error prompt "Missing python! Please install python and try again." appears.
I fixed the error by removing below lines:
command -v python &>/dev/null
if [[ $? -eq 0 ]]; then
log_msg "Missing python! Please install python and try again."
exit 1
fi
Thanks.
Please sign in to leave a comment.
Comments
3 comments