Nov-06-2018, 01:30 AM
My laptop did a windows update the other day. Now my powershell won't notice the path to pyton. Has anyone else had this problem or knows how to fix it?
Thank you,
Emily S.
Thank you,
Emily S.
windows update
|
Nov-06-2018, 01:30 AM
My laptop did a windows update the other day. Now my powershell won't notice the path to pyton. Has anyone else had this problem or knows how to fix it?
Thank you, Emily S.
Nov-06-2018, 02:30 AM
It sounds like your path got mangled during the update.
Best choice is to reinstall python. Use the tutorial here:+ Part1: https://python-forum.io/Thread-Basic-Par...er-Windows part2: https://python-forum.io/Thread-Part-2-Py...nt-Windows
Phil
Nov-06-2018, 08:50 AM
Changing the environment is the way that I would do it, but be extremely careful as you can cause damage if you make a mistake. That's why I suggested re-installation. If you are comfortable with changing environment variables, then that's the quickest method.
Nov-06-2018, 10:52 PM
I think this might be an issue we'll see more often. When my computer did the October update, python's
help() started throwing errors, saying man couldn't be found. Which confused me, because I wasn't on Linux, but it turned out that the Scripts directory was removed from my PATH. Python's folder was still there, so python launched normally, which really threw me for a loop lol
Nov-07-2018, 02:29 AM
Thank you everyone for the help! It's working now. I'm happily back to coding and not cussing at my computer.
|
|
Possibly Related Threads… | |||||
Thread | Author | Replies | Views | Last Post | |
How does venv update $PATH without activating on Windows? | bottomfeeder | 3 | 690 |
Mar-13-2025, 01:46 PM Last Post: DeaD_EyE |
|
![]() |
Python + Google Sheet | Best way to update specific cells in a single Update()? | Vokofe | 1 | 3,923 |
Dec-16-2020, 05:26 AM Last Post: Vokofe |
Update setup.py to work on Windows #3 | Toolman | 2 | 3,075 |
May-19-2020, 02:21 PM Last Post: Toolman |