The default on Fedora 26 is Python 3.6

This commit is contained in:
Fabian Affolter 2017-07-14 16:35:34 +02:00
parent ad63d2ce63
commit 23585871fb
No known key found for this signature in database
GPG Key ID: DDF3D6F44AAB1336

View File

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