Pyenv to version 1.2.13
Python to versions 3.4.10, 3.5.7, 3.6.9, 3.7.4
Signed-off-by: Lott, Christopher (cl778h) <cl778h@att.com>
Change-Id: Ibf8d278a3c03c0074f33ac2fb6496268d80aa5f4
python34_version: Version of Python 3.4 to install.
python35_version: Version of Python 3.5 to install.
python36_version: Version of Python 3.6 to install.
+python37_version: Version of Python 3.7 to install.
Dependencies
------------
---
-pyenv_version: v1.2.7
-python34_version: 3.4.7
-python35_version: 3.5.4
-python36_version: 3.6.4
-python37_version: 3.7.0
+pyenv_version: v1.2.13
+python34_version: 3.4.10
+python35_version: 3.5.7
+python36_version: 3.6.9
+python37_version: 3.7.4
pyenv_command: 'pyenv global system {{python37_version}} {{python36_version}} {{python35_version}} {{python34_version}}'