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