[3.4] Use absolute path to which to avoid aliases (#5547) (#5724)

(cherry picked from commit 841b922e9c)

Co-authored-by: jack1142 <6032823+jack1142@users.noreply.github.com>

Co-authored-by: jack1142 <6032823+jack1142@users.noreply.github.com>
This commit is contained in:
Red-GitHubBot
2022-06-02 12:45:48 +02:00
committed by GitHub
parent 07d165aeb7
commit dce0b713fe

View File

@@ -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 <virtualenv_name>