Skip to content

Commit

Permalink
Klipper: install linear movement analysis dependencies as pi
Browse files Browse the repository at this point in the history
Github: #134
  • Loading branch information
miklschmidt committed Jun 21, 2024
1 parent 86a857b commit 134665a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/linear_movement_analysis/start_chroot_script
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ ratos extensions register klipper "linear_movement_analysis" "${EXTENSION_PATH}/

echo_green "Installing matplotlib for python 2"

/home/"${BASE_USER}"/klippy-env/bin/pip install -v matplotlib
sudo -u "${BASE_USER}" /home/"${BASE_USER}"/klippy-env/bin/pip install -v matplotlib

0 comments on commit 134665a

Please sign in to comment.