Installation Frappe with Python3

Hello Everyone,
I was just wondering,Is is possible to install Frappe with Python3 in Ubuntu 16.04. I tried a lot to do the same but failed.I also want to know proper steps to install the entire frappe in my system because I am unable to do that.I need step by step installation process with the latest version of all the requirement to install frappe.

Thanks in advance

For migrating existing benches to python 3 you can do

bench migrate-env ${which python3}

Hi!

In addition to what @netchampfaris said, if you want to create a new bench in python 3 you can do so by using bench init --python python3

1 Like

Thanks both of you. It’s finally installed :smile: