From 40c0d8d83b1a9b133f1e9aa367f9789d56f98fc4 Mon Sep 17 00:00:00 2001 From: zephyrkul Date: Wed, 22 Jan 2020 21:20:35 -0700 Subject: [PATCH] [systemd] fix `which` cmd for pyenv (#3434) --- docs/autostart_systemd.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/autostart_systemd.rst b/docs/autostart_systemd.rst index 06d5b141a..fcf8111e9 100644 --- a/docs/autostart_systemd.rst +++ b/docs/autostart_systemd.rst @@ -14,11 +14,11 @@ In order to create the service file, you will first need the location of your :c # If redbot is installed in a virtualenv source redenv/bin/activate + which python # If you are using pyenv pyenv shell - - which python + pyenv which python Then create the new service file: