Skip to content

Commit 2358587

Browse files
committed
The default on Fedora 26 is Python 3.6
1 parent ad63d2c commit 2358587

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/_docs/installation/fedora.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Now switch to the new directory, setup the venv, and activate it.
3333

3434
```bash
3535
$ cd /opt/homeassistant
36-
$ pyvenv-3.5 .
36+
$ python3.6 -m venv .
3737
$ source bin/activate
3838
```
3939

0 commit comments

Comments
 (0)