You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: installers/podman/ilab-ui-native-installer.sh
+12-4Lines changed: 12 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -270,7 +270,7 @@ if [[ "$COMMAND" == "install" ]]; then
270
270
verify_user_pyenv
271
271
else
272
272
discover_ilab
273
-
echo -e "\n${blue}NOTE: To skip the virtual environment discovery, you can use --python-venv-dir option to provide the python virtual environment path.${reset}\n"
273
+
echo -e "\n${blue}NOTE: If you are using python virtual environment for InstructLab setup, you can use --python-venv-dir option to skip the discovery.${reset}\n"
274
274
fi
275
275
276
276
# ilab is not set up and the user didn't provide that taxonomy info as well. Exit with warning info.
0 commit comments