I ran: sudo pip install --upgrade eric-ide
it installed successfully and then I rebooted the computer.
Now the version installed is not 20.8, it is 20.7 ...
'pip list' outputs: eric-ide 20.7
'eric6 --version' returns: Eric6 20.7 (rev. 0889dc771040)
when I run 'sudo pip install --upgrade eric-ide' again, this happens:
Requirement already up-to-date: eric-ide in /usr/lib/python3.8/site-packages (20.8)
How do I upgrade to 20.8 ?