#๐ help please with installing python
74 messages ยท Page 1 of 1 (latest)
@worthy zephyr
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.
im having problems with installing python
i "installed" python but when i type py or python in py terminal it says py is not defined
well u didn't look
i dont even have python in program files
"Not defined"? That sounds closer to a Python error.
ik
What is the exact error?
did u type python3
well i tried to install pygame in visual studio code and typed pip install pygame (i thought that python and pip are installed)
but it said that pip is not the thing
i checked like 15 sites
and nothing
where exactly
In cmd
mb u have to open a python file with it
if u just type it it'll say its not recognized
nvm
idk lol now my install is messed up
for one of those py python or python3 if you type in your cmd it should return something about the version
i typed python3 and it opened microsoft store
how did u install it
python.org - 3.12.2 - installer - opened terminal to check
it's gotta be somewhere on one of ur drives
idk what component exactly but you have to add it to path before u can use it in command line
Rerun the installer, use the "modify" option, and make sure to select the option "Add executables to environment variables".
Or whatever it says. There will be an option like that. Then close and reopen the terminal.
And try again.
any of these
Next
Fourth option.
anything else except for this?
You need to have the executables on the PATH for the terminal to find them.
And k light as well recompile too.
Might as well*
Precompile*
Stupid SwiftKey
what
Fifth option
not necessary tho all u need is environment variables
Ya, for your current problem, you just need option four.
and there u go its in appdata if u need to add it manually
I think for me the installer didnt work to add it to path and caused a lot of headache but see if it works
And make sure you restart the terminal after. The terminal you have open has the old, unupdated variables.
fax
does ur pip work
it was even before the thing u said
no
u probably have to manually install i had the same problem
theres lots of youtube videos about it
pretty easy
You have Python installed. You need to run pip in the cmd shell, not the Python shell.
Type quit() then run pip.
in the command shell?
You seeing >>> means you have Python installed. If it's been like that since you first asked the question, you've had Python installed this entire time.
I don't speak Russian/Ukrainian, but that looks right.
it works
There you go. Make sure you understand what shell you're in, since that determines what you can run.
>>> means Python.
This help channel has been closed and it's no longer possible to send messages here. If your question wasn't answered, 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.