From 6a189c14c479bd0a353cf0c3e9a993a9a6ebee37 Mon Sep 17 00:00:00 2001 From: David Rostenne Date: Wed, 26 Dec 2018 19:41:58 -0500 Subject: [PATCH] merged linux and macos #! Both linux and macOS can launch Python3 the same way. --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 155df1c..0f91225 100644 --- a/README.md +++ b/README.md @@ -1414,10 +1414,8 @@ for el in Bar.foreach([1, 2, 3]): Basic Script Template --------------------- ```python -# Linux: +# Linux or macOS #!/usr/bin/env python3 -# Mac: -#!/usr/local/bin/python3 # # Usage: .py #