mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-17 14:26:51 +00:00
Change sequence of commands to virtualenv before activate (#9980)
This commit is contained in:
parent
751662c904
commit
0315f476c2
@ -42,8 +42,8 @@ Install Home Assistant itself:
|
|||||||
```bash
|
```bash
|
||||||
# su homeassistant
|
# su homeassistant
|
||||||
% cd /usr/local/share/homeassistant
|
% cd /usr/local/share/homeassistant
|
||||||
% source ./bin/activate.csh
|
|
||||||
% virtualenv -p python3.7 .
|
% virtualenv -p python3.7 .
|
||||||
|
% source ./bin/activate.csh
|
||||||
% pip3 install homeassistant
|
% pip3 install homeassistant
|
||||||
% deactivate
|
% deactivate
|
||||||
% exit
|
% exit
|
||||||
|
Loading…
x
Reference in New Issue
Block a user