Skip to Content
Menu
Dette spørgsmål er blevet anmeldt
1 Svar
5086 Visninger

I  have python 3.6 and 3.7 and 3.8 python version in Ubuntu 18.4.

I am trying to configure odoo14 in pycharm with 3.7 version.
when install requirements.txt file using pip3. it used python 3.6 version not 3.7.

I want to install odoo14 python dependancies for 3.7 version specifically. 
what are the steps?

later I want the same steps for odoo15 with python 3.8 version as well.
Any Idea?

Avatar
Kassér

Wrong forum. Go to stackoverflow or another forum to get python assitance.

Bedste svar

Hi,

You can try as follows:

python3.6 -m pip install -r requirements.txt

Thanks

Avatar
Kassér
Related Posts Besvarelser Visninger Aktivitet
3
sep. 25
3099
0
aug. 25
648
1
aug. 25
2782
2
jul. 25
8463
2
jul. 25
4880