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

Use of virtualenv (for Py3) leads to venv creating broken venvs #160

Open
ulope opened this issue Jun 14, 2018 · 4 comments
Open

Use of virtualenv (for Py3) leads to venv creating broken venvs #160

ulope opened this issue Jun 14, 2018 · 4 comments

Comments

@ulope
Copy link

ulope commented Jun 14, 2018

Pipsi always uses virtualenv (even on Python 3) to create the virtualenvs packages are installed into.

Normally this isn't a problem, however there seems to an incompatibility with venv when running inside a virtualenv virtualenv.

Related issues:

This is unfortunate since it causes tools installed with pipsi being unable to create other virtualenvs using the builtin venv module.

A solution would be to use venv instead of virtualenv on Python3.

@ramiro
Copy link

ramiro commented Jul 17, 2018

Seems to be duplicate of #123 and #142 and already fixed in master.

@sersorrel
Copy link

Indeed, appears to be fixed (using b43229d to test): after reinstalling Poetry via pipsi, poetry install now creates a working virtualenv.

@GreenGremlin
Copy link

Any word on when the fix might be released?

@cs01
Copy link
Contributor

cs01 commented Mar 5, 2019

pipsi is no longer maintained. You may have better luck with 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

5 participants