M27  
              
                  
                    December 26, 2018,  7:47am
                   
                  12 
               
             
            
              @Sadikur 
Dear, if you follow these steps you will get all apps installed on your desk. please check whether you missed anything from this step by step instructions.
  
  
    NOTE:
1). Clean install on Ubuntu 
2). User is bench with sudo privileges  
3). Installed on Virtualbox Virtual machines 
Login to your Local User 
Prerequisites
Ubuntu 17.XX or 18.XX server instance. 
sudo apt update
sudo apt -y upgrade
Install Development Tools
ERPNext needs Python version 2.7 to work. Install Python 2.7. 
sudo apt -y install python-minimal
You should be able to verify its version.
python -V
Install a few more dependencies. 
sudo apt -y install git build-essential python-se…
   
 
thanks