mirror of
https://github.com/CopterExpress/clover.git
synced 2026-05-26 21:19:35 +00:00
docs: change python to python3 in autolaunch article
This commit is contained in:
@@ -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
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user