Pip installation help #24924
Answered
by
karthiknadig
Martine1231
asked this question in
Q&A
-
Beta Was this translation helpful? Give feedback.
Answered by
karthiknadig
Mar 21, 2025
Replies: 1 comment 1 reply
-
|
Where did you get the python download from? Also note that |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
Martine1231
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


Where did you get the python download from?
Also note that
python -m pipis the right way to usepipsee https://snarky.ca/why-you-should-use-python-m-pip/I really recommend looking into
uvand usinguvto manage your python instances and packages.