CentOS 7.6 (64 bits)
# append a line to profile > vim /etc/profile > PATH=/usr/local/python3.7.4/bin:$PATH > source /etc/profile > echo $PATH
> pip install -U scikit-learn
> pip install -U matplotlib > pip install -U pandas