Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
windows update
#1
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.
Reply
#2
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
Reply
#3

  1. Hit windows key
  2. Type 'envir'
  3. select "Edit the System Environmental Variables"
  4. Add the directory path to where your python installation folder is installed, your lib folder, etc. (Follow the video Larz posted for required dir's)


Phil
Reply
#4
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.
Reply
#5
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
Reply
#6
Thank you everyone for the help! It's working now. I'm happily back to coding and not cussing at my computer.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
Question Python + Google Sheet | Best way to update specific cells in a single Update()? Vokofe 1 2,625 Dec-16-2020, 05:26 AM
Last Post: Vokofe
  Update setup.py to work on Windows #3 Toolman 2 2,357 May-19-2020, 02:21 PM
Last Post: Toolman

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020