[IPython-dev] running ipython inside SPD

Brian Granger ellisonbg.net at gmail.com
Sun Mar 22 00:45:03 EDT 2009


For this, you will have to set the IPYTHONDIR environment variable to
point to you non ~/.ipython ipython directory.  Let me know if this
doesn't work.

Brian

On Sat, Mar 21, 2009 at 9:24 PM, Ondrej Certik <ondrej at certik.cz> wrote:
> On Sat, Mar 21, 2009 at 9:12 PM, Ondrej Certik <ondrej at certik.cz> wrote:
>>> I am investigating it now. Is this a bug?
>>
>> And a fix:
>>
>> mkdir ~/.ipython
>>
>> shouldn't ipcluster do this automatically?
>
> Another problem: ipcluster uses ~/.ipython/security by default (when
> run from ./spd -sh), but the ipython in SPD uses
> ~/.sage/ipython/security by default. So I get:
>
> In [2]: mec = client.MultiEngineClient()
> [...]
> ValueError: not a furl or a file containing a furl:
> /home/ocertik/.sage/ipython/security/ipcontroller-mec.furl
>
> Again, a quick fix:
>
> $ ln -s ~/.ipython/security/ ~/.sage/ipython/
>
> Ondrej
> _______________________________________________
> IPython-dev mailing list
> IPython-dev at scipy.org
> http://mail.scipy.org/mailman/listinfo/ipython-dev
>



More information about the IPython-dev mailing list