Install or use of frappe v10.x.x instead of frappe 12.10.2

hi community

OS: Ubuntu 18.4
installation type of Frappe and Erpnext : manual and working on other machine

i need this:
install or use of frappe v10.x.x instead of frappe 12.10.2
currently frappe 12.10.2 did not work with erpnext 10.1.81
but i need this version for some reason
now what i have to do ?

bench version
erpnext 10.1.81
frappe 12.10.2
so i need the compatible frappe with erpnext 10.1.81
how can i perform this?
all the best

Hey there,

While initializing bench, provide branch tag & you good to go!

bench init --frappe-branch v10.x.x --frappe-path https://github.com/frappe/frappe.git frappe-bench

or

sudo python install.py --production --user frappe --frappe-branch v10.x.x --erpnext-branch v10.x.x

Thanks

hey @asharamseervi
thanks for response.
so do you mean that i have to re-initializing bench?