[IPython-dev] A couple of odd behaviours...

Carl Smith carl.input at gmail.com
Wed Nov 7 10:32:10 EST 2012


Thanks Thomas. That was what I was missing. It's working perfectly
now. I'm still lost as to why `adb shell ls` is printing blank lines,
but you've cheered me up no end :)

On 7 November 2012 11:47, Carl Smith <carl.input at gmail.com> wrote:
> Nice one. I'll look at that. Cheers Thomas.
>
> On Nov 7, 2012 11:45 AM, "Thomas Kluyver" <takowl at gmail.com> wrote:
>>
>> On 7 November 2012 01:43, Carl Smith <carl.input at gmail.com> wrote:
>>>
>>> !adb forward tcp:9999 tcp:45001
>>> !export AP_PORT=9999
>>
>>
>> My suspicion would be that !export doesn't propagate environment variables
>> back to the Python process. I'd try modifying os.environ directly.
>>
>> Thomas
>>
>> _______________________________________________
>> 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