Bỏ qua để đến Nội dung
Menu
Câu hỏi này đã bị gắn cờ
1 Trả lời
1829 Lượt xem

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?


Ảnh đại diện
Huỷ bỏ
Câu trả lời hay nhất

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

Ảnh đại diện
Huỷ bỏ
Bài viết liên quan Trả lời Lượt xem Hoạt động
1
thg 8 22
5024
0
thg 12 22
2212
1
thg 11 19
4933
1
thg 3 16
4842
1
thg 3 15
8250