Easy install command not working

While fallowing easy install process, when i try to run:
sudo python install.py --production
its not working. not doing anything. see below image
please help

Hi @mtajammul

You need to use this script first

wget https://raw.githubusercontent.com/frappe/bench/master/playbooks/install.py

then

sudo python install.py --production

1 Like

I know this and I already have install.py file

what is absolute location for install.py

/home/frappe/install.py

And i am running the command from same location

This magically starting to work now.

Awesome