How could I change the source folder of bench. Whenever I run bench src
the path that is hown to me is this.
/home/rabiedev/.local/lib/python3.12/site-packages
I want it to change to
/home/rabiedev/.local/lib/python3.11/site-packages
How can I do this?
I already tried bench migrate-env python3.11
but I still got python3.12 when bench src is run