Answers for "how to add a path to existing environment variable os python"

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 "how to add a path to existing environment variable os python"

Python Answers by Framework

Browse Popular Code Answers by Language