Browse Source

merged linux and macos #!

Both linux and macOS can launch Python3 the same way.
pull/3/head
David Rostenne 6 years ago
parent
commit
6a189c14c4
1 changed files with 1 additions and 3 deletions
  1. 4
      README.md

4
README.md

@ -1414,10 +1414,8 @@ for el in Bar.foreach([1, 2, 3]):
Basic Script Template Basic Script Template
--------------------- ---------------------
```python ```python
# Linux: # Linux or macOS
#!/usr/bin/env python3 #!/usr/bin/env python3
# Mac:
#!/usr/local/bin/python3
# #
# Usage: .py # Usage: .py
# #

|||||||
100:0
Loading…
Cancel
Save