Hello,
I’ve selected python 3.12 as preinstalled package for my environment but tasks use python 3.11. Also environment setup scripts are not run for example if I add echo ok > ok.txt to setup script this file does not exist when running tasks. Seems like a bug tbh.
Environment terminal output:
→ python3 --version
Python 3.12.10
Task output:
Python 3.11.12
For ok.txt
ls ok.txt
ls: cannot access ‘ok.txt’: No such file or directory