Skip to content

Python 3.11 module

Christian Dreher requested to merge feature/tools-python-3.11 into main

This MR adds a tools/python/3.11 module that installs a non-invasive Python 3.11 executable (python-3.11) into <ws>/.axii/bin.

This can be used to create venvs with other Python versions, for example in Axii:

python-3.11 -m venv .venv-3.11
source .venv-3.11/bin/activate
pip install --upgrade pip
pip install -r requirements/development.txt

Thanks to @meixner for helping out.

Edited by Christian Dreher

Merge request reports