I noticed that on a default install (just running install_script.sh), yt issues warnings about not having access to readline:<div><br></div><div>WARNING: Readline services not available on this platform.</div><div>WARNING: The auto-indent feature requires the readline library</div>

<div><br></div><div>Inside the yt env, I ran this:</div><div><br></div><div>$ pip install -U ipython</div><div>$ pip install readline</div><div><br></div><div>and everything is good now. I'm guessing this just means some simple mods to install_script.sh, but this works for now.</div>

<div><br></div><div>Best,</div><div>Casey</div><div><br></div>