Skip to content

Commit

Permalink
Merge pull request #99 from Guilouz/patch-1
Browse files Browse the repository at this point in the history
Fix dependencies installation issue on Creality K1
  • Loading branch information
kennethjiang authored May 14, 2024
2 parents 74adc28 + 7b46a4f commit f09f352
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/funcs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ ensure_venv() {
report_status "Creating python virtual environment for moonraker-obico..."
mkdir -p "${OBICO_ENV}"
if is_k1; then
python3 /usr/lib/python3.8/site-packages/virtualenv.py -p /usr/bin/python3 --system-site-packages "${OBICO_ENV}"
virtualenv -p /opt/bin/python3 --system-site-packages "${OBICO_ENV}"
else
virtualenv -p /usr/bin/python3 --system-site-packages "${OBICO_ENV}"
fi
Expand Down

0 comments on commit f09f352

Please sign in to comment.