WARNING: The script pipwin.exe is installed in 'c:\users\dell\appdata\local\programs\python\python37-32\Scripts' which is not on PATH.
Asked
Active
Viewed 106 times
0
-
1Does 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 Answers
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
-
thank you for helping, but how would i check if this is working or not – Himanshu Sharma Jun 17 '20 at 02:54
-
-
@HimanshuSharma Open Command Prompt, and type in that code. Press Windows key and type in 'cmd' and Enter to enter the Command Prompt. – mime Jun 17 '20 at 03:25