Hi i get this message:
INFO: A newer version of bench is available: 5.6.0 ā 5.8.1
when i run the command at root pip3 install --upgrade frappe-bench, it doesnt update and I still get same message.
Is there any other command to run to update bench?
Hi i get this message:
INFO: A newer version of bench is available: 5.6.0 ā 5.8.1
when i run the command at root pip3 install --upgrade frappe-bench, it doesnt update and I still get same message.
Is there any other command to run to update bench?
Maybe you can use this
python3 -m pip install --upgrade frappe-bench
Thanks. This worked