From 6ce60ab3b634d513ed75ec45155db6df430a1eba Mon Sep 17 00:00:00 2001 From: Christoph Wagner Date: Fri, 22 Apr 2016 16:54:35 +0200 Subject: [PATCH] Add warning about compiling openzwave as root (#416) This part is (minus a typo) in [the openzwave repo under INSTALL_REPO](https://github.com/OpenZWave/python-openzwave/blob/python3/INSTALL_REPO.txt#L63). Especially some rPI distros come without another user and work with root by default. --- source/_components/zwave.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_components/zwave.markdown b/source/_components/zwave.markdown index 607851ec90c..9b759cb93ea 100644 --- a/source/_components/zwave.markdown +++ b/source/_components/zwave.markdown @@ -33,7 +33,7 @@ $ sudo pip3 install --upgrade cython ``` Then get the OpenZWave files and switch to the `python3` branch: - +

Do not use root to build python-openzwave as it will surely fail.

```bash $ git clone https://github.com/OpenZWave/python-openzwave.git $ cd python-openzwave