Basic experiment with flox
Build a docker image that allows repeatable experiments.
docker build -t flox-test-python-image:0.1 .Run the image and test
docker run -it --rm flox-test-python-image:0.1Within the container, run the following command to test the flox package:
cd review-tally
flox init
flox activate
python -m reviewtally.main -hManually edit the pyproject.toml and pin the python version to 3.11 and the python version still attempts to use 3.12.