Перейти к содержимому
Меню
Чтобы взаимодействовать с сообществом, необходимо зарегистрироваться.
Этот вопрос был отмечен
1 Ответить
5084 Представления

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
3098
0
авг. 25
645
1
авг. 25
2779
2
июл. 25
8463
2
июл. 25
4878