i am trying to uninstall a module from pycharm terminal ,
"odoo-bin -c \server\odoo.conf -u my_module --stop-after-init"
this type of commands are not working .
can you help?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- 客户关系管理
- e-Commerce
- 会计
- 库存
- PoS
- Project
- MRP
此问题已终结
1
回复
1740
查看
Hi,
Open the Terminal:
Go to View > Tool Windows > Terminal.
Activate Virtual Environment (if applicable):
If you're using a virtual environment, activate it using the appropriate command (e.g., venv\Scripts\activate).
Use pip to Uninstall:
Type the following command into the terminal, replacing module_name with the actual name of the module you want to uninstall:
Try this code: pip uninstall module_name
Hope it helps
相关帖文 | 回复 | 查看 | 活动 | |
---|---|---|---|---|
|
1
8月 22
|
4944 | ||
|
0
12月 22
|
2121 | ||
|
1
11月 19
|
4868 | ||
|
1
3月 16
|
4767 | ||
|
1
3月 15
|
8176 |