-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Add venv PIP test to CI #4911
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
Very similar in concept, but details different. cargo build --release --features=ssl # jit is not used
./target/release/rustpython -m ensurepip
./target/release/rustpython -m venv testvenv And try1 . ./testvenv/bin/activate
python -m pip resulted
Try 2
resulted
Not sure if try 2 worked, but at least try 1 worked. |
In rustvenv
|
3 tasks
Thank you! It seems we need to remove the redundant |
Yes, found the issue and added a fix in #4924 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
#4904
I remember it worked once ensurepip is added first time. But broken. This is regression. Adding a job in CI will prevent it.
The text was updated successfully, but these errors were encountered: