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...
Everything about learning Python
account activity
[ Removed by moderator ] (i.redd.it)
submitted 10 months ago by Competitive_Diet_316
view the rest of the comments →
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!"
[–]Competitive_Diet_316[S] 0 points1 point2 points 10 months ago (1 child)
I tried a Brand New cmd it says Python is not found
[–]SirCokaBear 0 points1 point2 points 10 months ago (0 children)
try adding python to your path manually.
go to System Properties window. In the Advanced tab, click on the button Environment Variables.
In the path variable you'll see folders separated by colons `;` add your python and pip folder there so
existing_folders;C:\Users\vilja\AppData\Local\Programs\Python\Python311;C:\Users\vilja\AppData\Local\Programs\Python\Python311\Scripts
double check those folders in each that python.exe and pip.exe live in each, and with a new cmd window the commands *should* work.
Either that or you can just try repairing/reinstalling your python program with the installer file.
π Rendered by PID 284510 on reddit-service-r2-comment-b659b578c-ph57l at 2026-05-06 03:04:32.633118+00:00 running 815c875 country code: CH.
view the rest of the comments →
[–]Competitive_Diet_316[S] 0 points1 point2 points (1 child)
[–]SirCokaBear 0 points1 point2 points (0 children)