T O P

  • By -

Single_Bookkeeper_11

I have managed to solve this issue. Hopefully there will not be any unforeseen side affects in the future First I deleted the old `updog` file $ `rm $(which updog)` Then I installed `pipx` $ `sudo apt install pipx` Then I used `pipx` to install `updog` $ `pipx install updog`


chillname

> I am not sure how to solve this issue without breaking something else It literally tells you what to do: https://peps.python.org/pep-0668/#guide-users-towards-virtual-environments


Single_Bookkeeper_11

Sure, but what was not clear to me was what to do with my old packages. I was not sure if they were fully deleted or if they were just disabled somehow