Answers for "how to add my python file to path windows 10"

3

adding to python path

export PYTHONPATH="${PYTHONPATH}:/my/other/path"
Posted by: Guest on June-23-2021
0

windows 10 python path

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

Code answers related to "how to add my python file to path windows 10"

Python Answers by Framework

Browse Popular Code Answers by Language