Answers for "windows set python path command line"

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

Code answers related to "windows set python path command line"

Python Answers by Framework

Browse Popular Code Answers by Language