I am just getting into Python, and accidentally deleted my default PYTHONPATH. Can someone please tell me what paths are included in a clean Python install? Thanks!
Tell me more
×
Super User is a question and answer site for
computer enthusiasts and power users. It's 100% free, no registration required.
|
Normal, "clean" installations of Python don't require the use of
You will get many directories of output from this. If you have modules installed in non-standard locations (perhaps for example somewhere in your home directory because you are not root and don't have permission to install modules from PyPI in system directories) then you may indeed need a |
|||
|
|