开发者

is it possible to remap or modify ipython to give me $SHELL when I use the ! escape?

开发者 https://www.devze.com 2023-03-10 08:26 出处:网络
I don\'t want to have /bin/sh run my commands, I do开发者_开发技巧n\'t use it for many reasons, all of them utterly valid.

I don't want to have /bin/sh run my commands, I do开发者_开发技巧n't use it for many reasons, all of them utterly valid.

I would like to have /bin/zsh run my commands in python shells, specifically ipython 10.2

I don't think it's unreasonable to want an interactive shell to look at the users environment before running a subshell.

How can i get ipython to do this for me?

0

精彩评论

暂无评论...
验证码 换一张
取 消