Passa al contenuto
Menu
È necessario essere registrati per interagire con la community.
La domanda è stata contrassegnata
1 Rispondi
1747 Visualizzazioni

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
Abbandona
Risposta migliore

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
Abbandona
Post correlati Risposte Visualizzazioni Attività
1
ago 22
4962
0
dic 22
2122
1
nov 19
4875
1
mar 16
4769
1
mar 15
8179