On Feb 11, 2013, at 4:31 PM, Chip G. <[email protected]> wrote: > On Feb 11, 2013, at 16:12, Maarten Sneep wrote: > >> As a last resort, you could use the full path to python: >> >> #!/usr/local/bin/python3 > > OK, a variation on this worked. When I changed it to a legitimate path on my > system it worked. > > #!/sw/bin/python3.2 > > Now that's working. But since the examples I had from the author didn't > include those, I wonder why I can't get it to work without. > > Thanks again, > > > -- > Chip >
Howdy, If I had to guess I would assume /sw/bin was placed near the start of the PATH so /sw/bin/python (which most likely is a symbolic link to python3.2) was found before the other versions of python in other items along the PATH. Good Luck, Herb Schulz (herbs at wideopenwest dot com) -- -- You received this message because you are subscribed to the "BBEdit Talk" discussion group on Google Groups. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at <http://groups.google.com/group/bbedit?hl=en> 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]. For more options, visit https://groups.google.com/groups/opt_out.
