This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# https://kb.vmware.com/s/article/1006427 | |
# /etc/ntp.conf | |
tinker panic 0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* use pyenv(https://github.com/pyenv/pyenv) please * | |
yum install epel-release # https://fedoraproject.org/wiki/EPEL#What_is_Extra_Packages_for_Enterprise_Linux_.28or_EPEL.29.3F | |
yum info python34 # check package info | |
yum install python34 # install | |
curl -O https://bootstrap.pypa.io/get-pip.py # install pip, setuptools, wheel | |
/usr/bin/python3.4 get-pip.py |