mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-06 11:18:54 -05:00
[systemd] fix which cmd for pyenv (#3434)
This commit is contained in:
parent
ee53d50c3a
commit
40c0d8d83b
@ -14,11 +14,11 @@ In order to create the service file, you will first need the location of your :c
|
||||
|
||||
# If redbot is installed in a virtualenv
|
||||
source redenv/bin/activate
|
||||
which python
|
||||
|
||||
# If you are using pyenv
|
||||
pyenv shell <name>
|
||||
|
||||
which python
|
||||
pyenv which python
|
||||
|
||||
Then create the new service file:
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user