Skip to content

Instantly share code, notes, and snippets.

View baby5's full-sized avatar

abc.zxy baby5

View GitHub Profile
# https://kb.vmware.com/s/article/1006427
# /etc/ntp.conf
tinker panic 0
* 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