We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d0841d commit 7038916Copy full SHA for 7038916
install.sh
@@ -269,7 +269,7 @@ install_or_update_python_env()
269
270
# Finally, ensure our plugin requirements are installed and updated.
271
log_info "Installing or updating required python libs..."
272
- "${OE_ENV}"/bin/pip3 install -q -r --require-virtualenv --no-cache-dir "${OE_REPO_DIR}"/requirements.txt
+ "${OE_ENV}"/bin/pip3 install --require-virtualenv --no-cache-dir -q -r "${OE_REPO_DIR}"/requirements.txt
273
log_info "Python libs installed."
274
}
275
0 commit comments