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

Python upgrades make environments unusable #170

Open
mweinelt opened this issue Aug 10, 2018 · 1 comment
Open

Python upgrades make environments unusable #170

mweinelt opened this issue Aug 10, 2018 · 1 comment

Comments

@mweinelt
Copy link

I just upgraded python 3.6.6 to 3.7 on archlinux and that made all virtualenvs unusable, because their python binary was looking for a libpython that was not there anymore.

/home/hexa/.local/venvs/borgbackup/bin/python: error while loading shared libraries: libpython3.6m.so.1.0: cannot open shared object file: No such file or directory

It would be nice for a reinstall method that recreates all virtualenvs from scratch.

@cs01
Copy link
Contributor

cs01 commented Oct 20, 2018

I recently started a project called pipx that combines pipsi's functionality with npx's. You can reinstall all packages with a different python version with

pipx reinstall-all PYTHON

Would love to hear what you think! https://github.com/cs01/pipx

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

2 participants