If I changed my default shell from BASH to Python3 or IPython, would my Linux system have issues or produce errors?
Asked
Active
Viewed 1,131 times
3
-
2Tangentially, 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 Answers
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