pip, ODOO and Ubuntu

Hello,

I was following the Linode tutorial for installing ODOO on this page

https://www.linode.com/docs/websites/cm … untu-14-04">https://www.linode.com/docs/websites/cms/install-odoo-9-erp-on-ubuntu-14-04

and it has several missing things.

For instance, it asumes pip is already installed in your Ubuntu image which is not the case.

BTW, I am stuck on that step.

1 Reply

@alecti:

Hello,

I was following the Linode tutorial for installing ODOO on this page

https://www.linode.com/docs/websites/cm … untu-14-04">https://www.linode.com/docs/websites/cms/install-odoo-9-erp-on-ubuntu-14-04

and it has several missing things.

For instance, it asumes pip is already installed in your Ubuntu image which is not the case.

BTW, I am stuck on that step.

Pip is installed during the "Install Database and Server Dependencies" step:

sudo apt-get install subversion git bzr bzrtools python-pip postgresql postgresql-server-dev-9.3 python-all-dev python-dev python-setuptools libxml2-dev libxslt1-dev libevent-dev libsasl2-dev libldap2-dev pkg-config libtiff5-dev libjpeg8-dev libjpeg-dev zlib1g-dev libfreetype6-dev liblcms2-dev liblcms2-utils libwebp-dev tcl8.6-dev tk8.6-dev python-tk libyaml-dev fontconfig

Notice the 'python-pip' early in the command parameters.

Reply

Please enter an answer
Tips:

You can mention users to notify them: @username

You can use Markdown to format your question. For more examples see the Markdown Cheatsheet.

> I’m a blockquote.

I’m a blockquote.

[I'm a link] (https://www.google.com)

I'm a link

**I am bold** I am bold

*I am italicized* I am italicized

Community Code of Conduct