Use absolute path to which to avoid aliases (#5547)

This commit is contained in:
jack1142 2022-04-09 20:16:31 +02:00 committed by GitHub
parent 56c9241de4
commit 841b922e9c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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>