Skip to content

Commit 6a189c1

Browse files
committed
merged linux and macos #!
Both linux and macOS can launch Python3 the same way.
1 parent 9996eda commit 6a189c1

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1414,10 +1414,8 @@ for el in Bar.foreach([1, 2, 3]):
14141414
Basic Script Template
14151415
---------------------
14161416
```python
1417-
# Linux:
1417+
# Linux or macOS
14181418
#!/usr/bin/env python3
1419-
# Mac:
1420-
#!/usr/local/bin/python3
14211419
#
14221420
# Usage: .py
14231421
#

0 commit comments

Comments
 (0)