Skip to content
New issue

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

[10.0] pip2 and pip requirements missing #401

Open
SamirSaidani opened this issue Oct 20, 2023 · 1 comment
Open

[10.0] pip2 and pip requirements missing #401

SamirSaidani opened this issue Oct 20, 2023 · 1 comment

Comments

@SamirSaidani
Copy link

I'm trying to revive an old odoo V10, and I've found two missing pieces in the ubuntu script:

  • pip2 is required, I've added:
#--------------------------------------------------
# Install pip2 for python2
#--------------------------------------------------

echo -e "\n---- Install pip2 ----"
wget https://bootstrap.pypa.io/pip/2.7/get-pip.py
python2 get-pip.py
  • requirements.txt has to be loaded (put into the Install Dependencies section):
echo -e "\n---- Install python packages/requirements ----"
sudo pip install -r https://github.com/odoo/odoo/raw/${OE_VERSION}/requirements.txt
@noblesocius
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants