On Tue, Feb 13, 2018 at 9:28 AM, Israel Brewster <isr...@ravnalaska.net> wrote: > As such, I'm considering three possible solutions: > > 1) Make some sort of installer package that includes the python3 installer > 2) Somehow automate the download and install of Python3, or > 3) re-write my code to be python 2 compatible (since python 2 is included > with the OS) > > If anyone has any suggestions on how I could accomplish 1 or 2, I'd > appreciate it. Thanks!
Would using homebrew help? http://docs.python-guide.org/en/latest/starting/install3/osx/ BTW, you might use curl <url> | bash to get the ball rolling. I wouldn't recommend moving from 3.x to 2.x, unless perhaps you use a common subset. -- https://mail.python.org/mailman/listinfo/python-list