Answers for "how to set path of python in windows 10 in environment variable"

1

how to add path to python in windows

Simply add this path to your PYTHONPATH environment variable. 
To do this, go to Control Panel / System / Advanced / Environment variable, 
and in the "User variables" sections, check if you already have PYTHONPATH. 
If yes, select it and click "Edit", if not, click "New" to add it.

Paths in PYTHONPATH should be separated with ";".
Posted by: Guest on November-28-2021
0

windows 10 python path

setx PATH "%PATH%;C:Python34Scripts"
Posted by: Guest on October-22-2021

Code answers related to "how to set path of python in windows 10 in environment variable"

Python Answers by Framework

Browse Popular Code Answers by Language