[Python-ideas] A better interactive prompt

Paul Moore p.f.moore at gmail.com
Wed Oct 26 17:18:31 EDT 2016


On 26 October 2016 at 22:11, Todd <toddrjen at gmail.com> wrote:
> Isn't this what aliases are for?  Just set "python" to be an alias for
> "ipython" for your interactive shell.

I hadn't thought of that option. I might give it a try. Although I'm
not sure how I'd set up a Powershell function (I'm on Windows) that
would wrap the launcher (which selects the version of Python to use)
and invoke IPython. I'll give it a go, though.

Paul


More information about the Python-ideas mailing list