Setting iPython default profile
问题 Right after installing IPython, I created a default profile with: $ ipython profile create Then, I created another one, this time I gave it the name testing : $ ipython profile create testing I have customized this testing profile (the prompt, and autoreload extension, etc) to my liking, and now I would like it to be my default profile, so it's started when I type: $ ipython I know that I can start it with: $ ipython --profile=testing But that is a lot of typing. I have already tried editing