Skip to content

25-06-25 - Today I Learned...

Today I learned again how to set the right path for your python version.

  1. Find the Python installation path.

  2. Add the Path to Windows:

  3. Win+R and sysdm.cpl to open the system window.
  4. Go to Advanced Tab and Environment Variables
  5. Under System Variables find Path -> Edit
  6. New and add the path to your Python
  7. Also add the path to the Scripts folder in the python folder.

  8. Restart terminal