til/Development/Python/README.md

14 lines
199 B
Markdown
Raw Normal View History

2020-06-08 17:41:48 +00:00
# Python
| Distribution | Package |
| ------------ | --------- |
| Arch Linux | `python` |
| Ubuntu | `python3` |
| Homebrew | `python3` |
Shebang:
```sh
#!/usr/bin/env python3
```