From c5cec2c43b82cd9809ec9e7ed64fe59e3d6fd835 Mon Sep 17 00:00:00 2001
From: Martyn Gigg <martyn.gigg@stfc.ac.uk>
Date: Thu, 20 Dec 2018 10:20:26 +0000
Subject: [PATCH] Update Python3.rst

---
 dev-docs/source/Python3.rst | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dev-docs/source/Python3.rst b/dev-docs/source/Python3.rst
index 55fc190b999..df4ea4b95c8 100644
--- a/dev-docs/source/Python3.rst
+++ b/dev-docs/source/Python3.rst
@@ -29,7 +29,8 @@ or on fedora, with slightly different package names
      python3-sphinx-theme-bootstrap python3-dateutil python3-matplotlib python3-ipython-gui \
      boost-python3-devel python3-h5py python3-yaml
 
-then set ``-DPYTHON_EXECUTABLE=/usr/bin/python3`` when running cmake before building.
+then set ``-DPYTHON_EXECUTABLE=/usr/bin/python3`` when running cmake before building. Please note that
+reconfiguring an existing Python 2 build is not supported - a build in a fresh build directory is required.
 
 .. warning::
    If any of these packages are installed via pip, this could cause conflicts.
-- 
GitLab