On 6 Mar 2020, at 3:25, Paul Gobble wrote:

What is different between the two systems? Where should I look?

Wild suggestion (probably has nothing to do with your problem), are you running the same shell depending on how you launch your script, i.e. is the PATH the same for all instances (although since you use the absolute search path it shouldn't matter).

FWIW on my machine

~ > which python3
/usr/bin/python3
~ > python3
Python 3.7.3 (default, Dec 13 2019, 19:58:14)
[Clang 11.0.0 (clang-1100.0.33.17)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
^D
~ > /usr/bin/python3
Python 3.7.3 (default, Dec 13 2019, 19:58:14)
[Clang 11.0.0 (clang-1100.0.33.17)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
^D
~ > vi test
~ > chmod u+x test
~ > ./test
Hello world

Program in test

#!/usr/bin/python3
print("Hello world\n")

= jem

--
This is the BBEdit Talk public discussion group. If you have a feature request or need 
technical support, please email "[email protected]" rather than posting here. 
Follow @bbedit on Twitter: <https://twitter.com/bbedit>
--- You received this message because you are subscribed to the Google Groups "BBEdit Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/bbedit/00AB5A1A-B9A8-4945-92DD-6A6E7790A153%40mostrom.pp.se.

Reply via email to