From 841b922e9cb4660c07afb382db861f49a04ed9d0 Mon Sep 17 00:00:00 2001 From: jack1142 <6032823+jack1142@users.noreply.github.com> Date: Sat, 9 Apr 2022 20:16:31 +0200 Subject: [PATCH] Use absolute path to `which` to avoid aliases (#5547) --- 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 467f5035d..229eb95f1 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