I'm trying to create a backup using deja dup backup tool. When I click Bakcup now... I'm getting the message:
In order to continue the following packages need to be installed: python3-pydrive
I've tried searching for a tutorial in how to do this, and found one on linuxsize
https://linuxize.com/post/how-to-install-pip-on-ubuntu-20.04/
This suggests that it's better to install python 3 from apt unless you are installing to a virtual environment, in which case pip install is appropriate.
What is the best way to install python3-pydrive on Ubuntu 20.04?