3

If I changed my default shell from BASH to Python3 or IPython, would my Linux system have issues or produce errors?

Devyn Collier Johnson
  • 986
  • 2
  • 10
  • 28
  • 2
    Tangentially, see also http://stackoverflow.com/questions/3637668/why-are-scripting-languages-e-g-perl-python-ruby-not-suitable-as-shell-lang – tripleee Jun 30 '13 at 07:47

1 Answers1

2

I tried it here (on a new user account) with IPython and, from limited testing, saw no problems.

You will want to run IPython using the pysh profile and the --no-confirm-exit parameter.

Renan
  • 17,136