diff --git a/docs/changelog/3156.doc.rst b/docs/changelog/3156.doc.rst new file mode 100644 index 000000000..75bacdb2c --- /dev/null +++ b/docs/changelog/3156.doc.rst @@ -0,0 +1 @@ +Fix default value for ``base_python`` - by :user:`rpatterson`. diff --git a/docs/config.rst b/docs/config.rst index 2dd7e43b1..abfab4778 100644 --- a/docs/config.rst +++ b/docs/config.rst @@ -530,7 +530,7 @@ Python options ~~~~~~~~~~~~~~ .. conf:: :keys: base_python, basepython - :default: {package_root} + :default: <{env_name} python factor> or Name or path to a Python interpreter which will be used for creating the virtual environment, first one found wins. This determines in practice the Python for what we'll create a virtual isolated environment. Use this to specify the