Packaging uwsgi flask app for non-programmers?

Dan Stromberg drsalists at gmail.com
Tue Feb 13 14:02:56 EST 2018


On Tue, Feb 13, 2018 at 9:28 AM, Israel Brewster <israel at 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.



More information about the Python-list mailing list