Change sequence of commands to virtualenv before activate (#9980)

This commit is contained in:
SimonThoustrup 2019-07-27 23:40:57 +02:00 committed by Fabian Affolter
parent 751662c904
commit 0315f476c2

View File

@ -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