Report this

What is the reason for this report?

Bash - No such file or directory

Posted on September 3, 2014

I’m very new to vps an ubuntu. Im trying to install odoo v8 using this tutorial http://www.schenkels.nl/2014/07/odoo-v8-install-script-github-ubuntu-14-04-lts/

But I only get this results “bash: odoo.install.sh - No such file or directory” The file is (via sftp) in home/user/odoo I have made the file executable I even install a 32 bit library

Thank you for help!



This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

First, make sure your cwd (current working directory) is the directory where the shell script is located. Then try prepending the command with a dot slash. (Disclaimer: I’m not familiar with odoo but this is what I would try first).

cd /home/user/odoo;
./odoo.install.sh;

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.