We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a62419 commit 629c4a4Copy full SHA for 629c4a4
install.sh
@@ -286,7 +286,7 @@ install_or_update_python_env()
286
287
if [[ $IS_K1_OS -ne 1 ]]
288
then
289
- log_info "Attempting to install optinal python libs..."
+ log_info "Attempting to install optional python libs..."
290
"${OCTOAPP_ENV}"/bin/pip3 install -q -r "${OCTOAPP_REPO_DIR}"/requirements_try.txt || PIP_FAILED="true"
291
if [ "$PIP_FAILED" = "true" ]
292
0 commit comments