Hey guys,
I have a jail which depends on Python3 with some packages I have installed via pip. With every major upgrade of Python3 I have to reinstall all packages via pip which itself has to be installed via '-m ensurepip'. Is there some better routine to upgrade Python3 as this is prone to mistakes? virtualenv is not really a solution in my case.
I have a jail which depends on Python3 with some packages I have installed via pip. With every major upgrade of Python3 I have to reinstall all packages via pip which itself has to be installed via '-m ensurepip'. Is there some better routine to upgrade Python3 as this is prone to mistakes? virtualenv is not really a solution in my case.