You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In my case, I always inject a lot of flake8 plugins to flake8.
Would it be possible that injected packages should be recorded so that it is clear which ones should be reinstalled together?
Furthermore, it would be a big help if there's an extra option that pipx does the job.
The text was updated successfully, but these errors were encountered:
I think this can be done by capturing the output of pip freeze before uninstalling, then running pip install on its output when reinstalling. I will add this.
In my case, I always
inject
a lot of flake8 plugins to flake8.Would it be possible that injected packages should be recorded so that it is clear which ones should be reinstalled together?
Furthermore, it would be a big help if there's an extra option that pipx does the job.
The text was updated successfully, but these errors were encountered: