create¶
relenv create
Options¶
Create a Relenv environment. This will create a directory of the given name with newly created Relenv environment.
usage: relenv create [-h] [--arch {x86_64,aarch64}] [--python PYTHON] 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
The python version (e.g., 3.10, 3.13.7) [default: ‘3.10.19’]
Default:
'3.10.19'