Link Search Menu Expand Document

Troubleshooting

Troubleshooting description


TABLE OF CONTENTS

  1. Add Python to PATH
  2. Cannot directly Log-in to GitHub Account.

Add Python to PATH

If your Python is not on your PATH, your Python will not be working in your Command Prompt.

You MUST place your Python program on your PATH.

Let’s do it!!

  1. Search for python.exe using Windows search like figure below. Then, right-click the search result, and click Open file location.

    Find-Python

  2. Right click the address bar in the File Explorer, and click Copy address as text as figure below.

    Copy-address

  3. Click Windows search again, search for Control Panel, and open Control Panel.

    Opening-control-panel

  4. Type environment in the search bar on the top right of Control Panel. Then, click Edit environment variables for your account.

    Search-environment-in-control-panel

  5. Move your cursor to Path in the Environment Variables window. Then, click Edit… button.

    CAUTION

       DO NOT get confused with Path in System variables (at the bottom).
       You MUST choose Path in User variable (at the top).
    

    Changing-path-1

  6. Click New button and type the address that you copied from step 2. Click New button again, type the address again, and add Scripts\ at the end. Click OK when you are done with adding two paths.

    Changing-path-2

  7. Click OK again. Then, you will have successfully added your Python on PATH.

    Changing-path-3

Cannot directly Log-in to GitHub Account.

If you are unable to log-in with your GitHub account credentials. Try logging-in with a personal access token.