#๐ Pip is not working
43 messages ยท Page 1 of 1 (latest)
@lucid vigil
Remember to:
- Ask your Python question, not if you can ask or if there's an expert who can help.
- Show a code sample as text (rather than a screenshot) and the error message, if you've got one.
- Explain what you expect to happen and what actually happens.
:warning: Do not pip install anything that isn't related to your question, especially if asked to over DMs.
k so u doing it right but pip isnt recognized as a command
can u try
Yea
On the terminal right?
ye
i knew it, it was powershell. my spidey senses knew from the moment he mentioned colored text at the terminal
Result
cool
try python -m pip install flask
now try py -m pip instead of just pip
isnt py a windows only thing
u forgot the py
thon
Ow shi
p sure u can get it in linux but basically ye
i love the damn thing tbh
so useful for version management
see the lil * here ?
thats ur default python.exe
when u do py -m pip install flask u installing flask to that python in specific
C:\Users\Dagger\aseprite\build>py -0
-V:3.13 * Python 3.13 (64-bit)
-V:3.12 Python 3.12 (64-bit)
in my case if i wanted to install to another one like 3.12 i would do py -3.12 -m pip install flask

ahhh
this is important to note incase u installing to one python and vsc or watever using another completely different one
Okay, so basically using the py -m is telling the program to specifically install on python?
its calling the pip module of that python
so it will do stuff to that specific python
makes sense ? 
Makes a lot of sense
Thanks man, I am trying to make a client side website for a school assignment. This really helped. I might post here again very soon, maybe if I found myself stuck again haha (Hopefully I dont)
u welcome to post anytime 
This help channel has been closed. Feel free to create a new post in #1035199133436354600. To maximize your chances of getting a response, check out this guide on asking good questions.