canmove, Confirmed users
1,394
edits
No edit summary |
(add a require parameters) |
||
Line 7: | Line 7: | ||
;python: The python to use to build the virtualenv (mandatory) | ;python: The python to use to build the virtualenv (mandatory) | ||
;ensure: present (default) or absent | ;ensure: present (default) or absent | ||
;require: resources to require before making the virtualenv (e.g., your preferred python) | |||
;packages: array of packages to include, in the format ''pkgname==version''. Include all required packages - dependencies are not followed. Running ''pip freeze'' in a test virtualenv can help determine this list (mandatory) | ;packages: array of packages to include, in the format ''pkgname==version''. Include all required packages - dependencies are not followed. Running ''pip freeze'' in a test virtualenv can help determine this list (mandatory) | ||
;user: user that should own the virtualenv (default root/admin) | ;user: user that should own the virtualenv (default root/admin) |