create#

relenv create

Options#

usage: relenv create [-h] [--arch {x86_64,aarch64}]
                     [--python {3.10.10,3.11.2}]
                     name

Positional Arguments#

name

The name of the directory to create

Named Arguments#

--arch

Possible choices: x86_64, aarch64

The host architecture [default: “x86_64”]

Default: “x86_64”

--python

Possible choices: 3.10.10, 3.11.2

The python version [default: “3.10.10”]

Default: “3.10.10”