Skip to content

Instantly share code, notes, and snippets.

@iddqd3
Created December 5, 2019 20:06
Show Gist options
  • Save iddqd3/209599d4caaaf7eadef00d7a3a97c17b to your computer and use it in GitHub Desktop.
Save iddqd3/209599d4caaaf7eadef00d7a3a97c17b to your computer and use it in GitHub Desktop.
Instal OctoPrint on Fedora Minimal (pine64)
# dnf install gcc
# dnf install redhat-rpm-config
# dnf install python2-devel.aarch64
# dnf install python3-virtualenv
$ mkdir -p venv && cd venv
$ virtualenv -p /usr/bin/python2.7 octoprint && source ./octoprint/bin/activate
(octoprint)$ pip install octoprint
(octoprint)$ octoprint/bin/octoprint serve --host=<ip>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment