Searched refs:pythonrc (Results 1 – 7 of 7) sorted by relevance
41 pythonrc = os.path.join(home, ".pythonrc.py") variable43 f = open(pythonrc)48 execfile(pythonrc)
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.
87 os.path.isfile('.pythonrc.py'): exec(open('.pythonrc.py').read())``.
115 | :file:`~/.pythonrc.py` | User-specific initialization file loaded |
13159 setup commands, ~/.pythonrc.py.
30538 setup commands, ~/.pythonrc.py.