Building Site with Python 3
Since updating to MacOS Big Sur, I'm having a terrible time getting a version of Python 2 installed using homebrew and pyenv. I started a branch to try and get things building with Python 3 with mild success.
Before I get too far, can anyone point me to a place I can download all of the current files created in /generated/ after building off HEAD? That would help me diff everything when I'm done to double check for correctness.
Also related, would you rather I update the existing generator.py to work in Python3, or create a generator3.py which is separate? I could go either way to be honest.
Relevant working branch is here: https://github.com/jdf/processing-py-site/compare/master...FeXd:python3
Very messy working branch, but will clean it up if I'm successful in the future.
Just wanted to make a quick update. I needed to get Python 2 working on MacOS recently for a different project, so am now able to build the site again locally.
But I do still plan on trying to make the script work in Python 3 in the future.