From 04c096bb5626a476b295c01daa4f017696d033a1 Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Sat, 4 Jan 2020 18:54:29 +0000 Subject: [PATCH] Bot Updating Documentation --- images/docker-nzbget.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/images/docker-nzbget.md b/images/docker-nzbget.md index e815a57d9c..8829edd677 100644 --- a/images/docker-nzbget.md +++ b/images/docker-nzbget.md @@ -142,6 +142,12 @@ You can add an additional mount point for intermediate unpacking folder with:- for example, and changing the setting for InterDir in the PATHS tab of settings to `/intermediate` +## Python 3 transition + +We provide Python and related packages in this image for extension support. While extensions transition to Python 3 we will install both Python 2 and Python 3 in the standard container. If you want to force your extensions to use Python 3 you should modify: + +`Settings => Extension Scripts => ShellOverride = .py=/usr/bin/python3` + ## Support Info