Skip to Content
Меню
Вам необхідно зареєструватися, щоб взаємодіяти зі спільнотою.
Це запитання позначене
1 Відповісти
5076 Переглядів

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?

Аватар
Відмінити

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

Найкраща відповідь

Hi,

You can try as follows:

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

Thanks

Аватар
Відмінити
Related Posts Відповіді Переглядів Дія
3
вер. 25
3068
0
серп. 25
624
1
серп. 25
2752
2
лип. 25
8454
2
лип. 25
4869