mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-06 11:18:54 -05:00
Use absolute path to which to avoid aliases (#5547)
This commit is contained in:
parent
56c9241de4
commit
841b922e9c
@ -26,7 +26,7 @@ Next, your python :code:`path` can be fetched with the following commands:
|
|||||||
|
|
||||||
# If redbot is installed in a venv
|
# If redbot is installed in a venv
|
||||||
$ source ~/redenv/bin/activate
|
$ source ~/redenv/bin/activate
|
||||||
(redenv) $ which python
|
(redenv) $ /usr/bin/which python
|
||||||
|
|
||||||
# If redbot is installed in a pyenv virtualenv
|
# If redbot is installed in a pyenv virtualenv
|
||||||
$ pyenv shell <virtualenv_name>
|
$ pyenv shell <virtualenv_name>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user