Skip to content

Commit

Permalink
K1 has a very small root file system that may get clogged up by pip c…
Browse files Browse the repository at this point in the history
…ache
  • Loading branch information
kennethjiang committed Nov 27, 2023
1 parent ab4612b commit f932784
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/install_creality.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ ensure_deps() {
report_status "Installing required system packages..."
PKGLIST="python3 python3-pip"
opkg install ${PKGLIST}
pip3 install virtualenv
pip3 install -q --no-cache-dir virtualenv
ensure_venv
debug Running... "${OBICO_ENV}"/bin/pip3 install -q -r "${OBICO_DIR}"/requirements.txt
"${OBICO_ENV}"/bin/pip3 install -q --require-virtualenv -r "${OBICO_DIR}"/requirements.txt
debug Running... "${OBICO_ENV}"/bin/pip3 install -q --require-virtualenv --no-cache-dir -r "${OBICO_DIR}"/requirements.txt
"${OBICO_ENV}"/bin/pip3 install -q --require-virtualenv --no-cache-dir -r "${OBICO_DIR}"/requirements.txt
echo ""
}

Expand Down

0 comments on commit f932784

Please sign in to comment.