-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Creating virtualenvs from a virtualenv always yells at me #1193
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
Comments
@Julian can you provide a test that exhibits this as a PR? |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Just add a comment if you want to keep it open. Thank you for your contributions. |
Missed that comment but yeah sure could probably turn that bash into a test fairly easily. |
This is becoming obsolete with #1366 now in full swing. |
Creating a virtualenv from within a virtualenv (on PyPy only?) always spits out spurious
Path not in prefix
warnings, that appear to come from https://github.com/pypa/virtualenv/blob/master/virtualenv.py#L1087.Functionally, everything appears fine, and from reading the surrounding code their quickly, it seems like the warning is incorrect in this case (and that the next block of code is going to find the correct value), but it's difficult to tell.
Reproducer:
The text was updated successfully, but these errors were encountered: