Below command helps to check the path variable where python might be installed.
grep -H 'PATH=' ~/.zshrc ~/.bash_profile ~/.bashrc ~/.profile ~/.zprofile ~/.zlogin /etc/profile /etc/bashrc /etc/zshrc
arch -x86_64 zsh
For Python we needed 3.10.0 or below but latest was installed. Tried to install it using pyenv but failed using what so ever Had to use Python installer from Python website and also uninstalled the latest version.
docker built -t zpfontend . docker run -p 3000:3000 zpfontend docker images