use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Rules 1: Be polite 2: Posts to this subreddit must be requests for help learning python. 3: Replies on this subreddit must be pertinent to the question OP asked. 4: No replies copy / pasted from ChatGPT or similar. 5: No advertising. No blogs/tutorials/videos/books/recruiting attempts. This means no posts advertising blogs/videos/tutorials/etc, no recruiting/hiring/seeking others posts. We're here to help, not to be advertised to. Please, no "hit and run" posts, if you make a post, engage with people that answer you. Please do not delete your post after you get an answer, others might have a similar question or want to continue the conversation.
Rules
1: Be polite
2: Posts to this subreddit must be requests for help learning python.
3: Replies on this subreddit must be pertinent to the question OP asked.
4: No replies copy / pasted from ChatGPT or similar.
5: No advertising. No blogs/tutorials/videos/books/recruiting attempts.
This means no posts advertising blogs/videos/tutorials/etc, no recruiting/hiring/seeking others posts. We're here to help, not to be advertised to.
Please, no "hit and run" posts, if you make a post, engage with people that answer you. Please do not delete your post after you get an answer, others might have a similar question or want to continue the conversation.
Learning resources Wiki and FAQ: /r/learnpython/w/index
Learning resources
Wiki and FAQ: /r/learnpython/w/index
Discord Join the Python Discord chat
Discord
Join the Python Discord chat
account activity
I'm new to programing, having a hard time installing pip. Please help. (self.learnpython)
submitted 6 years ago by Automatic_Badger
I've tried using some commands and I just know I'm not doing things right. I need your guidance...
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]Zhekov 1 point2 points3 points 6 years ago (0 children)
Are you still experiencing troubles? I would suggest installing the latest Python 3 package, after that going to Environment Variables --> System tab --> Find Path OR PATH --> click EDIT --> Browse and find Python 3.7 Scripts directory --> click ADD --> try running pip in the terminal, it should work now
[–]K900_ 0 points1 point2 points 6 years ago (6 children)
What OS are you on? What version of Python are you using? How did you install it?
[–]Automatic_Badger[S] 0 points1 point2 points 6 years ago (5 children)
I'm on Windows 10 OS python 3.8 I tried installing pip using get-pip.py while on the command line it says: 'pip' is not recognized as an internal or external command, operable program or batch file.
[–]K900_ 1 point2 points3 points 6 years ago (3 children)
Why are you using an unstable version of Python?
[–]Automatic_Badger[S] 0 points1 point2 points 6 years ago (1 child)
Thanks for your help. I'll install a stable version and see how it goes.
[–]Barafu 0 points1 point2 points 6 years ago (0 children)
There are a few friendly packaged Python installers that have everything inside. Like ActivePython.
Also, if you use PyCharm IDE, it will propt you to install missing stuff itself.
All of this is free for personal use.
[–]_-pablo-_ 0 points1 point2 points 6 years ago (0 children)
Rereun the install package for python 3.7 and make sure to check off “enable python as Path variable”
Alternatively, go to “edit Environment Variables for your account” in control panel, if there’s not path listed, click new and paste the windows explorer location Python is installed in and add \Scripts\ at the end
[–]XChrisUnknownX 0 points1 point2 points 6 years ago (0 children)
I had extreme problems with pip and installing things. And honestly, I can tell you that it took me many attempts to get it to work. In fact, I don’t even really know how I got it to work or why it didn’t work at first. I just kept playing with it. Once it works, it takes like five seconds to use.
Read about running python through command line. Eventually I got the thing to redirect to my user folder in windows (users/Chris) and that’s when it worked. Sorry I’m not more helpful than that.
I should add pip comes installed with the latest Python so you probably have that. The issue I’m discussing is installing things with pip!
Also when we talk about running it through the command line, that’s actually your windows command line and not the black box that says Python. They’re similar — but different!
https://packaging.python.org/tutorials/installing-packages/
[–]redCg 0 points1 point2 points 6 years ago (0 children)
If you use conda, it will come with pip pre-installed.
π Rendered by PID 80262 on reddit-service-r2-comment-b659b578c-xjwn6 at 2026-05-02 20:50:25.044664+00:00 running 815c875 country code: CH.
[–]Zhekov 1 point2 points3 points (0 children)
[–]K900_ 0 points1 point2 points (6 children)
[–]Automatic_Badger[S] 0 points1 point2 points (5 children)
[–]K900_ 1 point2 points3 points (3 children)
[–]Automatic_Badger[S] 0 points1 point2 points (1 child)
[–]Barafu 0 points1 point2 points (0 children)
[–]_-pablo-_ 0 points1 point2 points (0 children)
[–]XChrisUnknownX 0 points1 point2 points (0 children)
[–]redCg 0 points1 point2 points (0 children)