Searched refs:pythonrc (Results 1 – 5 of 5) sorted by relevance
13 pair: .pythonrc.py; file29 The :mod:`user` module looks for a file :file:`.pythonrc.py` in the user's home36 The user's :file:`.pythonrc.py` could conceivably test for ``sys.version`` if it40 :file:`.pythonrc.py` file. Since you don't know which programs will use it,46 :file:`.pythonrc.py` file that you test in your module. For example, a module55 defined ``spam_verbose`` in their :file:`.pythonrc.py` file.)62 :file:`.pythonrc.py` file.
41 pythonrc = os.path.join(home, ".pythonrc.py") variable43 f = open(pythonrc)48 execfile(pythonrc)
87 os.path.isfile('.pythonrc.py'): exec(open('.pythonrc.py').read())``.
113 | :file:`~/.pythonrc.py` | User-specific initialization file loaded |
13159 setup commands, ~/.pythonrc.py.