Issue
Unable to install Cloudlinux:
# bash cldeploy -k CL-XXXXXXXXXXXXXXXXXXXXXXXXXX
cldeploy: line XXXX: /usr/bin/python: No such file or directory
Ensure that a correct key was used
cldeploy: line XXX: /usr/bin/python: No such file or directory
An attempt to detect the CloudLinux edition from the provided key has failed.
Please ensure that the correct key was used without any misspellings or typographical errors.
Environment
- CloudLinux
- cldeploy
Solution
- Install python3.
# yum install python3
# cp /usr/bin/python3 /usr/bin/python - Re-run cldeploy
Cause
Missing python packages
Comments
0 comments
Please sign in to leave a comment.