Install frappe on Debian base (ubuntu)

Debian / Ubuntu install python3.10https://cloudbytes.dev/snippets/upgrade-python-to-latest-version-on-ubuntu-linux install supervisor : apt-get install supervisorsystemctl enable supervisorsystemctl start supervisorsudo systemctl restart supervisor Install git, python, and redis sudo apt install git python-dev python-pip redis-server…