From 48e2dad3a49c11e54a26307bfb995186354009ca Mon Sep 17 00:00:00 2001 From: jack1142 <6032823+jack1142@users.noreply.github.com> Date: Fri, 14 Feb 2020 15:16:33 +0100 Subject: [PATCH] Indicate instructions for different venv types in systemd guide better (#3538) * Update autostart_systemd.rst * Update autostart_systemd.rst --- docs/autostart_systemd.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/autostart_systemd.rst b/docs/autostart_systemd.rst index 40b003d77..1280b424a 100644 --- a/docs/autostart_systemd.rst +++ b/docs/autostart_systemd.rst @@ -20,12 +20,12 @@ Next, your python :code:`path` can be fetched with the following commands: .. code-block:: bash - # If redbot is installed in a virtualenv - source redenv/bin/activate + # If redbot is installed in a venv + source ~/redenv/bin/activate which python - # If you are using pyenv - pyenv shell + # If redbot is installed in a pyenv virtualenv + pyenv shell pyenv which python Then create the new service file: