Created
December 26, 2023 03:11
-
-
Save jdh30/ad8670779e283e01900f17cc0d58ffe2 to your computer and use it in GitHub Desktop.
Install Octoprint on a Raspberry Pi 5
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
python -m venv OctoPrint | |
OctoPrint/bin/pip install OctoPrint | |
wget https://github.com/OctoPrint/OctoPrint/raw/master/scripts/octoprint.service | |
emacs octoprint.service | |
sudo mv octoprint.service /etc/systemd/system/octoprint.service | |
sudo systemctl enable octoprint.service | |
sudo service octoprint start |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I got error below. Can you help ?
"Job for octoprint.service failed because the control process exited with error code.
See "systemctl status octoprint.service" and "journalctl -xeu octoprint.service" for details."