From 245e1ea2600abf539fc2658c8fd824161b1e7d8c Mon Sep 17 00:00:00 2001 From: ntouran Date: Sun, 28 Feb 2016 12:41:21 -0800 Subject: [PATCH] zwave instructions: fixed erroneous environmental variable label --- source/_components/zwave.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_components/zwave.markdown b/source/_components/zwave.markdown index 1b381d2af93..554c8c8c573 100644 --- a/source/_components/zwave.markdown +++ b/source/_components/zwave.markdown @@ -31,8 +31,8 @@ Then get the OpenZWave files and switch to the `python3` branch: $ git clone https://github.com/OpenZWave/python-openzwave.git $ cd python-openzwave $ git checkout python3 -$ $PYTHON_EXEC=`which python3` make build -$ sudo $PYTHON_EXEC=`which python3` make install +$ PYTHON_EXEC=`which python3` make build +$ sudo PYTHON_EXEC=`which python3` make install ```

Instead of `make install`, you can alternatively build your own python-openzwave package which can be easily uninstalled: