0

WARNING: The script pipwin.exe is installed in 'c:\users\dell\appdata\local\programs\python\python37-32\Scripts' which is not on PATH.

  • 1
    Does this answer your question? [Permanently adding a file path to sys.path in Python](https://stackoverflow.com/questions/12257747/permanently-adding-a-file-path-to-sys-path-in-python) – mime Jun 16 '20 at 01:34

1 Answers1

0

Simple! Add to python paths:

set PYTHONPATH=%PYTHONPATH%;c:\users\dell\appdata\local\programs\python\python37-32\Scripts

Type this into cmd!


Edit:

If you want this to work permanently, make a .bat file, add that line in, and put in under the Windows>Start menu>Programs>Startup

mime
  • 302
  • 1
  • 6
  • 21