Skip to Content
Menu
Dette spørgsmål er blevet anmeldt
1 Svar
1766 Visninger

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
Kassér
Bedste svar

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
Kassér
Related Posts Besvarelser Visninger Aktivitet
1
aug. 22
4980
0
dec. 22
2135
1
nov. 19
4881
1
mar. 16
4775
1
mar. 15
8205