From 8de0c24d55b9587041a2a716ff01020caed0ae86 Mon Sep 17 00:00:00 2001 From: pgrondek Date: Sun, 26 Apr 2020 22:58:26 +0200 Subject: [PATCH] Enable system site packages for octoprint --- octoprint/octoprint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/octoprint/octoprint.yml b/octoprint/octoprint.yml index 977e0bf..f126190 100644 --- a/octoprint/octoprint.yml +++ b/octoprint/octoprint.yml @@ -30,7 +30,7 @@ shell: chdir: /home/octoprint cmd: | - virtualenv . + virtualenv –system-site-packages . source bin/activate pip install pip --upgrade pip install octoprint