yum is depending on python 2..
If you use python 3.
have to change the link.
command
- cd /usr/bin
-
ls -al grep python - ln -s python2.7 python
rm link_name
ex)rm python
- yum install cmake
when I tried to install mysql, there was an error as cmake does not work.