Closed stroobl closed 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)
Agreed. And we can even combine that with the creating of the venv above. Also not sure who put pip-tools there.
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)