Run to two ERPNext Instances in the same server with different versions

Hi,

I would like to run 2 different versions of ERPNext in one server. Does anyone here know how to do it and with different database also.

Thanks,

Hi whenever I run bench init I am having this error with regards to get_requires_for_build_editable. What does this mean?

And this error:

ERPNext version 14 or 15 requires Python version 3.10

I tried using this
bench init frappe-benchV13 --frappe-branch version-13

and an error showed.

What does this mean?

It means you’re having package version issues.

This is going to be an ongoing issue running two different versions. It’s doable, but it will require a fairly good understanding of linux system administration.

(Friendly advice: If you’re not sure how to interpret these error messages, I think you’re going to have a very bad time trying to do this yourself.)