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: