I have got this error "cp: cannot stat 'cp' : no such file or directory" while running this command sudo cp -a openerp-server-6.0.2 server sudo cp -a openerp-web-6.0.2 web What is missing or how to correct that? Thank you
The command must go into two lines: Code: sudo cp -a openerp-server-6.0.2 server sudo cp -a openerp-web-6.0.2 web