Skip to Content
Menu
This question has been flagged
1 Atsakyti
1690 Rodiniai

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?


Portretas
Atmesti
Best Answer

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

Portretas
Atmesti
Related Posts Replies Rodiniai Veikla
1
rugp. 22
4900
0
gruod. 22
2093
1
lapkr. 19
4837
1
kov. 16
4712
1
kov. 15
8152