For plain scripting, I just use "#!/usr/bin/env python" (for python 2.*), and "#!/usr/bin/env python3" for, uh, Python 3. Works pretty well with a minimum of fuss. But I'm usually doing simple one-file scripts.
Archie > On May 24, 2018, at 08:43, 'Matthew Miller' via BBEdit Talk > <[email protected]> wrote: > > Hello All, > > I'm fairly new to BBEDIT, and have recently installed two versions of python > on my Mac mini. The original version of python installed was 2.7, however, I > also wanted to work with python 3.0 for different projects. Now my previous > code that worked with Python 2.7 no longer works after I installed a separate > Python version 3.7. Any recommendations on how to fix this issue? My goal > would be to set a default python version through BBEDIT that way I can bounce > between the two python versions. > > Best, > > Matt -- This is the BBEdit Talk public discussion group. If you have a feature request or would like to report a problem, please email "[email protected]" rather than posting to the group. Follow @bbedit on Twitter: <http://www.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 post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/bbedit.
