ODOO
before answer this question let me define the pyc file
- pyc file is the a file which contain the compiled code of py file and it will usually created in the same directory of the py file
so we we use python odoo-bin that will call python first and it will run the server but may be make some unclear errors and can't check out if all necessary packages are installed in your system or not
on the other hand when we use ./odoo-bin that with directly call the pyc file which will contain the compiled file so it will check all necessary before sun the server , so it's better than the other way
No comments:
Post a Comment