diff --git a/doc/devnotes.rst b/doc/devnotes.rst index 3a8af6417c6a6d7c2af51b82b2563774c0c227cd..00d9132fa45c2396c41dc6543d6f3ee32a6cfa2b 100644 --- a/doc/devnotes.rst +++ b/doc/devnotes.rst @@ -66,6 +66,13 @@ different python version):: $ ./autogen.sh && \ ./configure --prefix=/usr/local --sysconfdir=/etc --localstatedir=/var +Note that doing development on a machine which already has Ganeti +installed is problematic, as ``PYTHONPATH`` behaviour can be confusing +(see Issue 170 for a bit of history/details; in general it works if +the installed and developed versions are very similar, and/or if +PYTHONPATH is customised correctly). As such, in general it's +recommended to use a "clean" machine for ganeti development. + Haskell development notes -------------------------