Answers for "add python to path windows 10 manually"

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 "add python to path windows 10 manually"

Python Answers by Framework

Browse Popular Code Answers by Language