How does IPython modify the sys.path?

Robert Kern robert.kern at gmail.com
Fri Sep 22 02:12:18 EDT 2006


Daniel Mark wrote:

> So how dos IPython modify my sys.path without trace???

sys.path.append()

Specifically, line 321 of ipmaker.py

-- 
Robert Kern

"I have come to believe that the whole world is an enigma, a harmless enigma
  that is made terrible by our own mad attempt to interpret it as though it had
  an underlying truth."
   -- Umberto Eco




More information about the Python-list mailing list