mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 07:17:14 +00:00
zwave instructions: fixed erroneous environmental variable label
This commit is contained in:
parent
61d9ba302e
commit
245e1ea260
@ -31,8 +31,8 @@ Then get the OpenZWave files and switch to the `python3` branch:
|
|||||||
$ git clone https://github.com/OpenZWave/python-openzwave.git
|
$ git clone https://github.com/OpenZWave/python-openzwave.git
|
||||||
$ cd python-openzwave
|
$ cd python-openzwave
|
||||||
$ git checkout python3
|
$ git checkout python3
|
||||||
$ $PYTHON_EXEC=`which python3` make build
|
$ PYTHON_EXEC=`which python3` make build
|
||||||
$ sudo $PYTHON_EXEC=`which python3` make install
|
$ sudo PYTHON_EXEC=`which python3` make install
|
||||||
```
|
```
|
||||||
<p class='note'>
|
<p class='note'>
|
||||||
Instead of `make install`, you can alternatively build your own python-openzwave package which can be easily uninstalled:
|
Instead of `make install`, you can alternatively build your own python-openzwave package which can be easily uninstalled:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user