Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 717 Bytes

pyenv_python.md

File metadata and controls

25 lines (19 loc) · 717 Bytes

pyenv_python

Installs Python.

Name Type Default Description
version String Version of Python to install
version_file String
user String User to install the Python to
environment Hash
verbose [true, false] false

Examples

pyenv_python '3.6.1'

Install a Python for a user install

pyenv_python version do
  user 'vagrant'
end