Skip to Content
Menu
This question has been flagged
1 Reply
4704 Views

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
Discard

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

Best Answer

Hi,

You can try as follows:

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

Thanks

Avatar
Discard
Related Posts Replies Views Activity
2
Jul 25
2896
2
Jun 25
1761
0
May 25
14
2
Jan 25
3329
1
Dec 24
6886