borgbase / ansible-role-borgbackup

Ansible role to set up Borg and Borgmatic
MIT License
229 stars 102 forks source link

Upgrade pip #95

Closed stroobl closed 2 years ago

stroobl commented 2 years ago

It's probably a good idea to upgrade pip and setuptools inside the virtualenv. It solves installation issues in case the distro provided version is too old. (eg, I ran into an issue with and old Debian 9 host that was resolved by adding this task)

m3nu commented 2 years ago

Agreed. And we can even combine that with the creating of the venv above. Also not sure who put pip-tools there.