Steve, Thanks for the tip about pyenv, I’ll take a look at that.
And yes, I understand that BBEdit is just the text editor. I took it our of the debugging process at this point just to simplify and standardize the environments. Until I can get this Hello World script to work on both the MacOs and the Raspberry Pi, I’m working on both systems via ssh from my iPad using the Blink terminal and using the same, simple tools on both. As soon as I get a Hello World from the Mac, I’ll go back to BBEdit. On Friday, March 6, 2020 at 10:13:40 AM UTC-5, Steve wrote: > > On Fri, Mar 6, 2020 at 3:53 AM Paul Gobble <[email protected] > <javascript:>> wrote: > > > > Steve, > > > > I took BBEdit out of the testing earlier this evening. I've been doing > all my editing with vim and attempting to run the script from the command > line. I've made the two test cases as similar as possible. Both env and > Pyton3 reside in /usr/bin on both systems. The PATH contains /usr/bin in > both systems. the scripts on both systems have the same chmod 755 > permissions. The Raspberry Pi runs like you'd expect, the Mac just won't > comprehend or acknowledge the Shebang line. > > > > I'm at a loss. > > > > Well, first off, you do realize you could still _edit_ with BBEdit and > run from the terminal, right? BBEdit's an editor (a great and > powerful one), not an IDE. > > In any case, the fact you can't run it from the command line tells me > there's nothing wrong with BBEdit, there's something wrong with your > python install. Sam's suggestion re: Catalina's quarantine is a good > one. Alternately, you might investigate how you have python installed. > I happen to prefer to utilize the project pyenv to setup my pythons on > both Mac and Linux so I can easily control my versions without > disturbing the system install and without system-dependant hacks: > > https://github.com/pyenv/pyenv#readme > > Good luck! > - Steve > -- 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/526a0fc1-3953-4fa2-8d39-0365ab6cd01d%40googlegroups.com.
