Install erpnext on ubuntu 15.10x64 then have un error

Hello i try to install erpnext on ubuntu 15.10x64 then have un error like this
sudo python install.py --production
sudo: python: command not found
anybody have error like this?

Well, it seems there is no python :smile:
Just install it bu running : sudo apt-get install python-minimal
Also, if you’re running this as root, make sure to run it like : python install.py --production --user frappe

2 Likes

Thanks i’ve done this with python 3.5.2 :slight_smile:

just follow the instruction