python_dirname="Python-${python_version}"
su -lc "wget https://www.python.org/ftp/python/${python_version}/${python_dirname}.tgz" plom
su -lc "tar -xvf ${python_dirname}.tgz" plom
-su -lc "cd /home/plom/${python_dirname} && ./configure --enable-optimizations && make && make test"
+# su -lc "cd /home/plom/${python_dirname} && ./configure --enable-optimizations && make && make test"
+su -lc "cd /home/plom/${python_dirname} && ./configure --enable-optimizations && make"
cd /home/plom/${python_dirname}/
make altinstall
cd
# TODO delete python build dir
-su -lc "curl -sSL https://install.python-poetry.org | python3" - plom
+su -lc "curl -sSL https://install.python-poetry.org | python3.11" - plom
su -lc "git clone https://git.sr.ht/~tsileo/microblog.pub testing.microblog.pub" - plom
su -lc "poetry config installer.parallel false" - plom
su -lc "cd testing.microblog.pub && poetry install" - plom