From 23585871fbd1c5c6fe3c2f19dc9faee755d0dea8 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Fri, 14 Jul 2017 16:35:34 +0200 Subject: [PATCH] The default on Fedora 26 is Python 3.6 --- source/_docs/installation/fedora.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_docs/installation/fedora.markdown b/source/_docs/installation/fedora.markdown index de30c165722..bbb74f3f001 100644 --- a/source/_docs/installation/fedora.markdown +++ b/source/_docs/installation/fedora.markdown @@ -33,7 +33,7 @@ Now switch to the new directory, setup the venv, and activate it. ```bash $ cd /opt/homeassistant -$ pyvenv-3.5 . +$ python3.6 -m venv . $ source bin/activate ```