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
When scripting languages are used, a [shebang](https://en.wikipedia.org/wiki/Shebang_(Unix)) should be placed at the beginning of the file, for example:
```bash
#!/usr/bin/env python
#!/usr/bin/env python3
```