Description
The installation process fails when the taxonomy path is configured without a trailing slash at the end.
The installation script does not document or gracefully handle this requirement. The code should either automatically append the trailing slash if missing or provide a clear error message indicating that the path format requires a trailing slash, preventing users from experiencing cryptic failures during installation.
Examples
- Failing:
./ilab-ui-native-installer.sh install --username admin --password monkey --python-venv-dir ~/.venvs/instructlab --taxonomy-dir ~/user/path
- Passing:
./ilab-ui-native-installer.sh install --username admin --password monkey --python-venv-dir ~/.venvs/instructlab --taxonomy-dir ~/user/path/
See the added trailing /
in the passing example.
Metadata
Metadata
Assignees
Labels
Type
Projects
Status