Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

reinstall-all lost injected packages. #63

Closed
MisLink opened this issue Jan 6, 2019 · 2 comments
Closed

reinstall-all lost injected packages. #63

MisLink opened this issue Jan 6, 2019 · 2 comments

Comments

@MisLink
Copy link

MisLink commented Jan 6, 2019

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.

@cs01
Copy link
Member

cs01 commented Jan 7, 2019

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.

@itsayellow
Copy link
Contributor

fixed via #222

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants