PyEnvBuilder Command Line Utilities¶
Python Environment Builder
usage: pyenvbuilder [-h] [--version]
[--log_level {DEBUG,INFO,WARNING,ERROR,CRITICAL}]
{check,create,pack,unpack} ...
Positional Arguments¶
- command
Possible choices: check, create, pack, unpack
commands
Named Arguments¶
- --version
show pyenvbuilder’s version number and exit
- --log_level
Possible choices: DEBUG, INFO, WARNING, ERROR, CRITICAL
configure log level
Default: “INFO”
Sub-commands:¶
check¶
Validates an YAML file or multiple files
pyenvbuilder check [-h] files [files ...]
Positional Arguments¶
- files
create¶
Creates an environment, given an YAML file
pyenvbuilder create [-h] [--skip-tests] [--dest DEST] files [files ...]
Positional Arguments¶
- files
Named Arguments¶
- --skip-tests
Default: False
- --dest
Destination directory