We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm trying to revive an old odoo V10, and I've found two missing pieces in the ubuntu script:
#-------------------------------------------------- # Install pip2 for python2 #-------------------------------------------------- echo -e "\n---- Install pip2 ----" wget https://bootstrap.pypa.io/pip/2.7/get-pip.py python2 get-pip.py
echo -e "\n---- Install python packages/requirements ----" sudo pip install -r https://github.com/odoo/odoo/raw/${OE_VERSION}/requirements.txt
The text was updated successfully, but these errors were encountered:
Great find. Can you try creating a pull request into the 10.0 branch making these changes so the moderators can verify this. Thank you
Sorry, something went wrong.
No branches or pull requests
I'm trying to revive an old odoo V10, and I've found two missing pieces in the ubuntu script:
The text was updated successfully, but these errors were encountered: