Skip to content

Commit ecc2f47

Browse files
genestealerfabaff
authored andcommitted
Added Virtualenv installation to Axis component (home-assistant#3440)
* Added Virtualenv installation to Axis component Added path to Virtualenv installation to Axis component * Update axis.markdown
1 parent 3f1972b commit ecc2f47

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

source/_components/axis.markdown

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,16 @@ Raspberry Pi All-In-One Installer:
3737
$ ln -s /usr/lib/python3/dist-packages/gi /srv/homeassistant/homeassistant_venv/lib/python3.4/site-packages
3838
```
3939

40+
[Virtualenv](https://home-assistant.io/docs/installation/virtualenv/) installation:
41+
42+
```bash
43+
$ ln -s /usr/lib/python3/dist-packages/gi /srv/homeassistant/lib/python3.5/site-packages
44+
```
45+
46+
<p class='note'>
47+
Adjust "python3.5" in command above to match your version as stored in "/srv/homeassistant/lib/pythonX.X"
48+
</p>
49+
4050
You can also manually configure your devices by adding the following lines to your `configuration.yaml` file:
4151

4252
```yaml

0 commit comments

Comments
 (0)