From 0315f476c2637a068c69ae0b4c487ccd3df41908 Mon Sep 17 00:00:00 2001 From: SimonThoustrup <41516634+SimonThoustrup@users.noreply.github.com> Date: Sat, 27 Jul 2019 23:40:57 +0200 Subject: [PATCH] Change sequence of commands to virtualenv before activate (#9980) --- source/_docs/installation/freenas.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_docs/installation/freenas.markdown b/source/_docs/installation/freenas.markdown index 47fc0dcf4a7..5ea23f33090 100644 --- a/source/_docs/installation/freenas.markdown +++ b/source/_docs/installation/freenas.markdown @@ -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