mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-15 21:36:52 +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
|
||||
# su homeassistant
|
||||
% cd /usr/local/share/homeassistant
|
||||
% source ./bin/activate.csh
|
||||
% virtualenv -p python3.7 .
|
||||
% source ./bin/activate.csh
|
||||
% pip3 install homeassistant
|
||||
% deactivate
|
||||
% exit
|
||||
|
Loading…
x
Reference in New Issue
Block a user