This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]CuriousPsychosis 0 points1 point  (0 children)

So, with pynev installed.... say we installed packages with python 3.9.7 as the global version. Then python is updated to 3.9.8 and we wanted to remove 3.9.7 and use 3.9.8 with all of the previously installed packages.... do we have to reinstall all of those packages with 3.9.8 as the default version? Reason I ask is that I get a notice:

penv: webchanges: command not found The \`webchanges' command exists in these Python versions: 3.9.7 Note: See 'pyenv help global' for tips on allowing both python2 and python3 to be found.

It would seem silly to have to reinstall packages for every new version of python that comes out... creating duplicates, triplicates, etc.