Trying to work with bench on ubuntu. Actual python version there is 3.10 right now. When I’m attempting to initialize bench with bench init frappe-bench
It throws error Package 'frappe' requires a different Python: 3.8.10 not in '>=3.10'
I’ve tried to initialize virtual environments with conda or python3.8 -m venv, activating them, then installing bench inside and repeating init process. But it seems like bench escapes virtual environment if its launched inside one, and keeps using system version of python (which is incompatible with frappe).