Skip to content

Latest commit

 

History

History
27 lines (23 loc) · 1.03 KB

pyenv_script.md

File metadata and controls

27 lines (23 loc) · 1.03 KB

pyenv_script

Runs a pyenv aware script.

Name Type Default Description
pyenv_version String
code String
creates String
cwd String
environment Hash
group String
path Array
returns Array [0]
timeout Integer
user String
umask [String, Integer]
live_stream [true, false] false

Examples

pyenv_script 'create virtualenv' do
  code "virtualenv #{venv_root}"
  user 'vagrant'
end