-
Task
-
Resolution: Won't Do
-
Undefined
-
None
-
None
-
False
-
-
False
-
-
[2914742471] Upstream Reporter: Václav Vančura
Upstream issue status: Open
Upstream 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.
Upstream URL: https://github.com/instructlab/ui/issues/659
- links to