I think there’s an issue with the env setup. Instead of rolling back the init operation, check to see if pip exists under the frappe-bench/env/bin path.
Have you got an answer to this question provided in this screenshot please share it with me, because I have checked if pip exist and I am facing the same error
Probé utilizando esas líneas de comandos y el problema siguió.
Lo que hice fue usar:
sudo apt install python3.10-venv
Y el problema se corrigió con éxito
Make sure you are using the required version of Python and pip. I was using Python 3.9.x and that’s what caused the error for me. Then I upgraded to Python 3.10 which was the requirement. Hope this helps.