[Ipython-tickets] [IPython] #155: pysh requires PATH to be set
IPython
ipython-tickets@scipy....
Sun May 13 17:36:52 CDT 2007
#155: pysh requires PATH to be set
------------------------+---------------------------------------------------
Reporter: kovidgoyal | Owner: fperez
Type: defect | Status: new
Priority: low | Milestone:
Component: ipython | Version:
Severity: normal | Keywords: pysh
------------------------+---------------------------------------------------
unset PATH
ipython -p pysh
/usr/lib/python2.5/site-packages/IPython/Magic.py in magic_rehash(self,
parameter_s)
2519 # here is a top concern.
2520
-> 2521 path =
filter(os.path.isdir,os.environ['PATH'].split(os.pathsep))
2522 alias_table = self.shell.alias_table
2523 for pdir in path:
--
Ticket URL: <http://projects.scipy.org/ipython/ipython/ticket/155>
IPython <http://ipython.scipy.org>
The IPython interactive Python system
More information about the Ipython-tickets
mailing list