You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 27, 2024. It is now read-only.
@@ -212,6 +213,13 @@ logged to /opt/intelmq/var/log/intelmqctl
212
213
The botnet represents all currently configured bots. To get an overview which
213
214
bots are running, use `intelmqctl -n status`.
214
215
216
+
### Start bots with non-default Python
217
+
218
+
The python version/path can be specified by the `INTELMQ_PYTHON` environment variable. By default it's the default python binary. This can be used to start the bots with current Python (version 3), while the default Python version for the operating system is still Legacy Python (version 2).
0 commit comments