docs: change python to python3 in autolaunch article

This commit is contained in:
Oleg Kalachev
2022-02-09 16:41:19 +03:00
parent fbad85d87f
commit 9784e7bfa1
2 changed files with 2 additions and 2 deletions

View File

@@ -57,5 +57,5 @@ chmod +x my_program.py
При использовании скриптовых языков вначале файла должен стоять [shebang](https://ru.wikipedia.org/wiki/Шебанг_(Unix)), например:
```bash
#!/usr/bin/env python
#!/usr/bin/env python3
```