İçereği Atla
Menü
Bu soru işaretlendi
1 Cevapla
1649 Görünümler

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?


Avatar
Vazgeç
En İyi Yanı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

Avatar
Vazgeç
İlgili Gönderiler Cevaplar Görünümler Aktivite
1
Ağu 22
4871
0
Ara 22
2085
1
Kas 19
4818
1
Mar 16
4689
1
Mar 15
8123