[systemd] fix which cmd for pyenv (#3434)

This commit is contained in:
zephyrkul 2020-01-22 21:20:35 -07:00 committed by Michael H
parent ee53d50c3a
commit 40c0d8d83b

View File

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