File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -61,8 +61,8 @@ sudo su - postgres -c "createuser -s $OE_USER" 2> /dev/null || true
6161# --------------------------------------------------
6262# Install Dependencies
6363# --------------------------------------------------
64- echo -e " \n---- Install tool packages -- --"
65- sudo apt-get install wget git python-pip gdebi-core -y
64+ echo -e " \n--- Installing Python 3 + pip3 --"
65+ sudo apt-get install wget git python python -pip build-essential wget python-dev python-wheel libxslt1-dev libzip-dev libldap2-dev libsasl2-dev python-setuptools node-less libpng16-16 gdebi -y
6666
6767echo -e " \n---- Install python packages/requirements ----"
6868sudo pip install -r https://github.com/odoo/odoo/raw/${OE_VERSION} /requirements.txt
You can’t perform that action at this time.
0 commit comments