How to use pip inside venv? #4904
Unanswered
itsankitkp
asked this question in
Q&A
Replies: 1 comment
-
I found it doesn't work. This is a bug. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Steps tried:
Different variant of #4 tried is
target/release/rustpython -u --install-pip ensurepip --user
,venv/bin/rustpython --install-pip
(as per as docs)for #5
pip3 install gunicorn
. Also tried it directlyNot sure what I am missing.
Beta Was this translation helpful? Give feedback.
All reactions