From dce0b713fe93ec9585825592ead694768e009999 Mon Sep 17 00:00:00 2001 From: Red-GitHubBot <88117545+Red-GitHubBot@users.noreply.github.com> Date: Thu, 2 Jun 2022 12:45:48 +0200 Subject: [PATCH] [3.4] Use absolute path to `which` to avoid aliases (#5547) (#5724) (cherry picked from commit 841b922e9cb4660c07afb382db861f49a04ed9d0) Co-authored-by: jack1142 <6032823+jack1142@users.noreply.github.com> Co-authored-by: jack1142 <6032823+jack1142@users.noreply.github.com> --- docs/autostart_systemd.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/autostart_systemd.rst b/docs/autostart_systemd.rst index 7e9ff8379..53dfcf350 100644 --- a/docs/autostart_systemd.rst +++ b/docs/autostart_systemd.rst @@ -26,7 +26,7 @@ Next, your python :code:`path` can be fetched with the following commands: # If redbot is installed in a venv $ source ~/redenv/bin/activate - (redenv) $ which python + (redenv) $ /usr/bin/which python # If redbot is installed in a pyenv virtualenv $ pyenv shell