Questions tagged [pythonpath]

PYTHONPATH is an environment variable that can be used to augment the default search path for module imports in Python.

PYTHONPATH is an environment variable that can be used to augment the default search path for module files in Python. Values will be added to sys.path.

676 questions
-2
votes
1 answer

How to use python in command line in another directory

I am trying to run python in my command line. The location of my python directory is C:\Users\Samarth\AppData\Local\Programs\Python\Python37-32 Now i want to run python in a different directory named C:\Users\Samarth I have set the PYTHONPATH…
1 2 3
45
46