[IPython-dev] Using ipython as shell replacement

Thomas Kluyver takowl at gmail.com
Mon Mar 11 08:15:28 EDT 2013


On 11 March 2013 11:29, Niklas Semmler <metaswirl at gmail.com> wrote:

> just a few days ago I chose to try out ipython as a shell replacement.
> How can I manipulate the path variable of the underlying bash?
>

Modifying os.environ seems to work - I can modify PATH, and then run a
script from the newly added directory. It doesn't look like we have a
convenience wrapper for that, although you should be able to easily write
one if you need it.

Thomas
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ipython-dev/attachments/20130311/0d103d56/attachment.html>


More information about the IPython-dev mailing list