This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Powershell Commands no Longer Recognised
Type: behavior Stage: resolved
Components: Documentation, Windows Versions: Python 3.9
process
Status: closed Resolution: not a bug
Dependencies: Superseder:
Assigned To: docs@python Nosy List: docs@python, eryksun, julienbloxerk, paul.moore, steve.dower, tim.golden, zach.ware
Priority: normal Keywords:

Created on 2021-10-15 16:25 by julienbloxerk, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Messages (2)
msg404036 - (view) Author: The Guy (julienbloxerk) Date: 2021-10-15 16:25
I am using pyinstaller to port my python programs into windows executables so that I can distribute them among my friends, and I recently assigned python to my windows PATH (I'm still not 100% sure what that means so idk if im even saying that right) and now a large amount of my computers basic powershell commands are no longer recognized; trying to use the cmd cmdlet i am only met with the "not recognized as the name of a cmdlet, function, or operable program" error. I've checked the internet pretty extensively and I haven't found anything that works, if you know what's going on or have any ideas on how to fix it, any help would be greatly appreciated. 
P.S. I am an amateur programmer and I just started dipping my toes into python, so I apologize if I don't give enough/correct information, I am still very new to this and am happy to answer questions as needed. Also sorry if this is the wrong place to ask about these kinds of issues, idk where else to ask. (pls be nice im new)
msg404051 - (view) Author: Eryk Sun (eryksun) * (Python triager) Date: 2021-10-15 21:39
This tracker is for issues with the Python language and standard library. You can ask for help with configuration problems on the Users discussion forum:

https://discuss.python.org/c/users/7
History
Date User Action Args
2022-04-11 14:59:51adminsetgithub: 89651
2021-10-15 21:39:30eryksunsetstatus: open -> closed

nosy: + eryksun
messages: + msg404051

resolution: not a bug
stage: resolved
2021-10-15 16:25:23julienbloxerkcreate